We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4612db commit 6cbf573Copy full SHA for 6cbf573
.github/workflows/release-wallet.yml
@@ -54,7 +54,7 @@ jobs:
54
id: set-environment-variables
55
run: |
56
COMMIT_HASH=$(git rev-parse --short $SHA)
57
- BASE_VERSION=$(node -e 'console.log(require("./package.json").version)')
+ BASE_VERSION=$(node -e 'console.log(require("./apps/extension/package.json").version)')
58
echo "VERSION=v$BASE_VERSION-$COMMIT_HASH" >> "$GITHUB_OUTPUT"
59
env:
60
SHA: ${{ github.sha }}
apps/extension/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@namada/extension",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"description": "Namada Browser Extension",
5
"repository": "https://github.com/anoma/namada-interface/",
6
"author": "Heliax Dev <[email protected]>",
0 commit comments