Skip to content

Commit 7e4dfa2

Browse files
committed
Change release tag
1 parent 24d9353 commit 7e4dfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ jobs:
150150
repo_token: ${{ secrets.GITHUB_TOKEN }}
151151
file: opensi-editor-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
152152
asset_name: opensi-editor-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
153-
tag: ${{ github.ref }}
153+
tag: release-${{ github.ref }}
154154
prerelease: ${{ !startsWith(github.ref, 'refs/tags/') }}
155155
overwrite: true

0 commit comments

Comments
 (0)