Skip to content

Commit

Permalink
Drop webview prefix from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Sep 23, 2024
1 parent 1095783 commit 7f24736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: steps.check_artifacts.outputs.artifacts_found == 'true'
uses: ncipollo/release-action@v1
with:
tag: webview-v${{ steps.get_version.outputs.version }}
tag: v${{ steps.get_version.outputs.version }}
name: Release ${{ steps.get_version.outputs.version }}
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
Expand Down

0 comments on commit 7f24736

Please sign in to comment.