mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 08:08:44 -06:00
Fix cargo publish build
This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@@ -181,10 +181,9 @@ jobs:
|
||||
${{ env.ARCHIVE_DIR }}/${{ env.ARCHIVE }}.sig
|
||||
generate_release_notes: true
|
||||
|
||||
- name: cargo login
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
- if: startsWith(github.ref, 'refs/tags/')
|
||||
run: cargo login ${{ secrets.CRATES_IO_API_TOKEN }}
|
||||
|
||||
- name: "cargo release publish"
|
||||
- name: "Publish"
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: cargo release publish --workspace --all-features --allow-branch HEAD --no-confirm --no-verify --execute
|
||||
run: cargo publish --locked
|
||||
Reference in New Issue
Block a user