mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
Updating the tag name of the web release (#2982)
This commit is contained in:
parent
399b8c2b34
commit
f60bc13f62
2
.github/workflows/release-web.yml
vendored
2
.github/workflows/release-web.yml
vendored
@ -243,7 +243,7 @@ jobs:
|
||||
with:
|
||||
name: "Version v${{ needs.setup.outputs.release_version }}"
|
||||
commit: ${{ github.sha }}
|
||||
tag: "${{ needs.setup.outputs.tag_version }}"
|
||||
tag: web-v${{ needs.setup.outputs.tag_version }}
|
||||
body: "<insert release notes here>"
|
||||
artifacts: "apps/web/artifacts/web-${{ needs.setup.outputs.release_version }}-selfhosted-COMMERCIAL.zip,
|
||||
apps/web/artifacts/web-${{ needs.setup.outputs.release_version }}-selfhosted-open-source.zip"
|
||||
|
Loading…
Reference in New Issue
Block a user