1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-28 07:49:41 +01:00

fixing tag_version

This commit is contained in:
Joseph Flinn 2021-01-26 23:53:21 +00:00
parent 3c738c9b4e
commit e9dabbc5c0

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
package_version: ${{ steps.get_pkg_version.outputs.package_version }} package_version: ${{ steps.get_pkg_version.outputs.package_version }}
tag_version: ${{ steps.get_pkg_version.outputs.package_version }} tag_version: ${{ steps.get_pkg_version.outputs.tag_version }}
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v2 uses: actions/checkout@v2