mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
fixing tag_version
This commit is contained in:
parent
3c738c9b4e
commit
e9dabbc5c0
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user