mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Updating the tag name of the web release (#2982)
This commit is contained in:
2
.github/workflows/release-web.yml
vendored
2
.github/workflows/release-web.yml
vendored
@@ -243,7 +243,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: "Version v${{ needs.setup.outputs.release_version }}"
|
name: "Version v${{ needs.setup.outputs.release_version }}"
|
||||||
commit: ${{ github.sha }}
|
commit: ${{ github.sha }}
|
||||||
tag: "${{ needs.setup.outputs.tag_version }}"
|
tag: web-v${{ needs.setup.outputs.tag_version }}
|
||||||
body: "<insert release notes here>"
|
body: "<insert release notes here>"
|
||||||
artifacts: "apps/web/artifacts/web-${{ needs.setup.outputs.release_version }}-selfhosted-COMMERCIAL.zip,
|
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"
|
apps/web/artifacts/web-${{ needs.setup.outputs.release_version }}-selfhosted-open-source.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user