1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

fixing the snap deploy

This commit is contained in:
Joseph Flinn
2021-05-12 10:47:05 -07:00
parent 64492d95cf
commit d50bb7bf3a

View File

@@ -59,7 +59,7 @@ jobs:
needs: setup
env:
PKG_VERSION: ${{ needs.setup.outputs.package_version }}
TAG_VERSION: ${{ needs.setup.ouputs.tag_version }}
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
steps:
- name: Checkout Repo
uses: actions/checkout@v2