We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d9353 commit 7e4dfa2Copy full SHA for 7e4dfa2
.github/workflows/rust.yml
@@ -150,6 +150,6 @@ jobs:
150
repo_token: ${{ secrets.GITHUB_TOKEN }}
151
file: opensi-editor-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
152
asset_name: opensi-editor-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
153
- tag: ${{ github.ref }}
+ tag: release-${{ github.ref }}
154
prerelease: ${{ !startsWith(github.ref, 'refs/tags/') }}
155
overwrite: true
0 commit comments