mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
changing tag format
This commit is contained in:
parent
e9dabbc5c0
commit
f37461d742
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
- name: Get snap release asset
|
||||
uses: dsaltares/fetch-gh-release-asset@master
|
||||
with:
|
||||
version: ${{ env.TAG_VERSION }}
|
||||
version: tags/${{ env.TAG_VERSION }}
|
||||
file: bitwarden_${{ env.PKG_VERSION }}_amd64.snap
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
env:
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "bitwarden",
|
||||
"productName": "Bitwarden",
|
||||
"description": "A secure and free password manager for all of your devices.",
|
||||
"version": "1.24.7",
|
||||
"version": "1.24.8",
|
||||
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
|
||||
"homepage": "https://bitwarden.com",
|
||||
"license": "GPL-3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user