Skip to content

Commit

Permalink
GHA fix syntax error 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Nov 27, 2023
1 parent 4c364aa commit 6dfea47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ jobs:
shell: bash

publish:
name: Publish package in crates.io
name: Publish packages in crates.io
runs-on: ubuntu-latest
steps:
- name: Publish
run: |
cargo publish -p bladeink --token ${CRATES_TOKEN}
cargo publish -p binkplayer --token ${CRATES_TOKEN}
Expand Down

0 comments on commit 6dfea47

Please sign in to comment.