mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 11:33:28 +00:00
Update workflows (#2945)
This commit is contained in:
9
.github/workflows/release-browser.yml
vendored
9
.github/workflows/release-browser.yml
vendored
@@ -24,7 +24,6 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
outputs:
|
||||
release-version: ${{ steps.version.outputs.version }}
|
||||
branch-name: ${{ steps.branch.outputs.branch-name }}
|
||||
steps:
|
||||
- name: Branch check
|
||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||
@@ -49,12 +48,6 @@ jobs:
|
||||
monorepo: true
|
||||
monorepo-project: browser
|
||||
|
||||
- name: Get branch name
|
||||
id: branch
|
||||
run: |
|
||||
BRANCH_NAME=$(basename ${{ github.ref }})
|
||||
echo "::set-output name=branch-name::$BRANCH_NAME"
|
||||
|
||||
|
||||
locales-test:
|
||||
name: Locales Test
|
||||
@@ -102,7 +95,7 @@ jobs:
|
||||
with:
|
||||
workflow: build-browser.yml
|
||||
workflow_conclusion: success
|
||||
branch: ${{ needs.setup.outputs.branch-name }}
|
||||
branch: ${{ github.ref_name }}
|
||||
artifacts: 'browser-source-*.zip,
|
||||
dist-chrome-*.zip,
|
||||
dist-opera-*.zip,
|
||||
|
||||
Reference in New Issue
Block a user