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