1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02: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
outputs:
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:
- name: Checkout Repo
uses: actions/checkout@v2