Skip to content

Commit

Permalink
Change release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
snpefk committed Sep 28, 2024
1 parent 24d9353 commit 7e4dfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: opensi-editor-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
asset_name: opensi-editor-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
tag: ${{ github.ref }}
tag: release-${{ github.ref }}
prerelease: ${{ !startsWith(github.ref, 'refs/tags/') }}
overwrite: true

0 comments on commit 7e4dfa2

Please sign in to comment.