Skip to content

Commit

Permalink
GHA fix syntax error 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Nov 27, 2023
1 parent a0d0774 commit 4c364aa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
publish:
name: Publish package in crates.io
runs-on: ubuntu-latest
run: |
cargo publish -p bladeink --token ${CRATES_TOKEN}
cargo publish -p binkplayer --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
steps:
run: |
cargo publish -p bladeink --token ${CRATES_TOKEN}
cargo publish -p binkplayer --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit 4c364aa

Please sign in to comment.