changing tag format

This commit is contained in:
Joseph Flinn 2021-01-26 23:54:09 +00:00
parent e9dabbc5c0
commit f37461d742
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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",