switching from environment to env
This commit is contained in:
parent
879ecd1075
commit
19bea422d0
|
@ -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