mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user