We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/torrust/torrust-tracker/actions/runs/11144837601
The text was updated successfully, but these errors were encountered:
There is a missing strategy in the publish job:
publish
strategy: matrix: toolchain: [nightly, stable]
We should use stable as @da2ce7 pointed out:
stable
publish: name: Publish environment: deployment needs: test runs-on: ubuntu-latest steps: - id: checkout name: Checkout Repository uses: actions/checkout@v4 - id: setup name: Setup Toolchain uses: dtolnay/rust-toolchain@stable with: toolchain: stable - id: publish name: Publish Crates env: CARGO_REGISTRY_TOKEN: "${{ secrets.TORRUST_UPDATE_CARGO_REGISTRY_TOKEN }}" run: | cargo publish -p torrust-tracker-contrib-bencode cargo publish -p torrust-tracker-located-error cargo publish -p torrust-tracker-primitives cargo publish -p torrust-tracker-clock cargo publish -p torrust-tracker-configuration cargo publish -p torrust-tracker-torrent-repository cargo publish -p torrust-tracker-test-helpers cargo publish -p torrust-tracker
Sorry, something went wrong.
ab9f6e0
josecelano
Successfully merging a pull request may close this issue.
https://github.com/torrust/torrust-tracker/actions/runs/11144837601
The text was updated successfully, but these errors were encountered: