Skip to content

Commit

Permalink
Fix release dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Feb 9, 2024
1 parent 8d4493d commit b1c72f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- id: version_info
run: |
cargo install cargo-get
echo "version=$(cargo get workspace.package.version)" >> $GITHUB_OUTPUT
echo "version=$(cargo get package.version)" >> $GITHUB_OUTPUT
- uses: peter-evans/create-pull-request@v5
with:
# We have to use a PAT in order to trigger ci
Expand Down

0 comments on commit b1c72f7

Please sign in to comment.