Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Sep 10, 2024
1 parent 1cae07e commit 880b8fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ jobs:

- name: Publish to GitHub Packages
run: cargo publish --manifest-path xtask/Cargo.toml --token ${{ secrets.GITHUB_TOKEN }}
when: # only publish if the tag is a release
startsWith: ${{ github.ref }} # this is the tag name
value: 'refs/tags/v'
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 880b8fc

Please sign in to comment.