mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
fixing the snap deploy
This commit is contained in:
parent
64492d95cf
commit
d50bb7bf3a
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
needs: setup
|
needs: setup
|
||||||
env:
|
env:
|
||||||
PKG_VERSION: ${{ needs.setup.outputs.package_version }}
|
PKG_VERSION: ${{ needs.setup.outputs.package_version }}
|
||||||
TAG_VERSION: ${{ needs.setup.ouputs.tag_version }}
|
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user