mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
fixing the macos deploy
This commit is contained in:
parent
d50bb7bf3a
commit
e2e41b7366
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -135,6 +135,9 @@ jobs:
|
||||
macos:
|
||||
runs-on: macos-latest
|
||||
needs: setup
|
||||
env:
|
||||
PKG_VERSION: ${{ needs.setup.outputs.package_version }}
|
||||
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user