mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-13 20:13:06 -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 }}
|
${{ env.ARCHIVE_DIR }}/${{ env.ARCHIVE }}
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
|
|
||||||
# Publish flow
|
- name: cargo login
|
||||||
# - name: cargo login
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
# run: cargo login ${{ secrets.CRATES_IO_API_TOKEN }}
|
run: cargo login ${{ secrets.CRATES_IO_API_TOKEN }}
|
||||||
|
|
||||||
# - name: "cargo release publish"
|
- name: "cargo release publish"
|
||||||
# run: cargo release publish --workspace --all-features --allow-branch HEAD --no-confirm --no-verify --execute
|
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