mirror of
https://github.com/bitwarden/browser
synced 2025-01-05 23:20:31 +01:00
switching from environment to env
This commit is contained in:
parent
879ecd1075
commit
19bea422d0
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
name: Publish Snap
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup
|
||||
environment:
|
||||
env:
|
||||
PKG_VERSION: ${{ needs.setup.outputs.package_version }}
|
||||
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
|
||||
steps:
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
name: Publish Choco
|
||||
runs-on: windows-latest
|
||||
needs: setup
|
||||
environment:
|
||||
env:
|
||||
PKG_VERSION: ${{ needs.setup.outputs.package_version }}
|
||||
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user