Skip to content

Commit

Permalink
Don't version on cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Jul 16, 2024
1 parent 063640f commit dec3366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
use-tool-cache: true
- name: Setup
uses: ./.github/workflows/setup
- run: cargo ws publish --from-git --yes --token ${{ secrets.CRATES_IO }}
- run: cargo ws publish --from-git --publish-as-is --yes --token ${{ secrets.CRATES_IO }}

publish-ide:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dec3366

Please sign in to comment.