Skip to content

Commit

Permalink
Merge pull request #9 from JakeStanger/feat/parser
Browse files Browse the repository at this point in the history
ci: fix publish script
  • Loading branch information
JakeStanger committed Jun 2, 2022
2 parents bb6e816 + f41bbdd commit abf1969
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- name: Publish to Cargo
uses: actions-rs/cargo@v1
with:
command: publish
command: publish --token ${CARGO_REGISTRY_TOKEN}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

- name: Publish to NPM
run: |
Expand Down

0 comments on commit abf1969

Please sign in to comment.