Skip to content

Commit

Permalink
Merge pull request #11 from Darneas/release-on-tag
Browse files Browse the repository at this point in the history
Do not cut first number
  • Loading branch information
FrankSchnicke authored Nov 29, 2021
2 parents fe0d106 + 6f73fb3 commit c011e4c
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 @@ -33,7 +33,7 @@ jobs:
- name: Publish to crates.io
run: |
cargo install cargo-workspaces
cargo workspaces publish --from-git --token ${{ secrets.CRATES_IO_TOKEN }} custom `echo "${{ steps.branch_name.outputs.SOURCE_TAG }}" | cut -c2-`
cargo workspaces publish --from-git --token ${{ secrets.CRATES_IO_TOKEN }} custom ${{ steps.branch_name.outputs.SOURCE_TAG }}
- name: Create a GitHub release
uses: actions/create-release@v1
Expand Down

0 comments on commit c011e4c

Please sign in to comment.