Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed Jul 29, 2022
1 parent b9d7114 commit dc36abc
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 @@ -24,7 +24,7 @@ jobs:
run: |
tmp=$(cargo pkgid)
tmp=$(${a#*@})
echo "PACKAGE_VERSION=$(echo {tmp})" >> $GITHUB_ENV
echo "PACKAGE_VERSION=$(echo $tmp)" >> $GITHUB_ENV
- name: Create Release
uses: ncipollo/release-action@v1
env:
Expand Down

0 comments on commit dc36abc

Please sign in to comment.