mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +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
|
- name: Get snap release asset
|
||||||
uses: dsaltares/fetch-gh-release-asset@master
|
uses: dsaltares/fetch-gh-release-asset@master
|
||||||
with:
|
with:
|
||||||
version: ${{ env.TAG_VERSION }}
|
version: tags/${{ env.TAG_VERSION }}
|
||||||
file: bitwarden_${{ env.PKG_VERSION }}_amd64.snap
|
file: bitwarden_${{ env.PKG_VERSION }}_amd64.snap
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
env:
|
env:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "bitwarden",
|
"name": "bitwarden",
|
||||||
"productName": "Bitwarden",
|
"productName": "Bitwarden",
|
||||||
"description": "A secure and free password manager for all of your devices.",
|
"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)",
|
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
|
||||||
"homepage": "https://bitwarden.com",
|
"homepage": "https://bitwarden.com",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user