mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
removed the unneeded build-commit env var
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -97,7 +97,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Rename build artifacts
|
- name: Rename build artifacts
|
||||||
env:
|
env:
|
||||||
BUILD_COMMIT: ${{ steps.get-build-commit.outputs.build-commit }}
|
|
||||||
PACKAGE_VERSION: ${{ needs.setup.outputs.release-version }}
|
PACKAGE_VERSION: ${{ needs.setup.outputs.release-version }}
|
||||||
run: |
|
run: |
|
||||||
mv browser-source.zip browser-source-$PACKAGE_VERSION.zip
|
mv browser-source.zip browser-source-$PACKAGE_VERSION.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user