Skip to content

Commit

Permalink
chore: fix publish for future
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 17, 2023
1 parent 5d049ca commit 6aaf16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
startsWith(github.ref, 'refs/tags/')
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}
run: cd rs-lib && cargo publish
run: cd rs-lib && cargo +stable publish -p dprint-swc-ext

0 comments on commit 6aaf16f

Please # to comment.