Skip to content

Commit

Permalink
different tag for deploy than release
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed May 23, 2024
1 parent e41c338 commit accec1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
id: tagName
run: |
VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2)
echo "::set-output name=version::$VERSION"
echo "::set-output name=version::$VERSION-binaries"
- name: Create a release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit accec1d

Please sign in to comment.