mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +00:00
switching from environment to env
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user