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.
2 parents 11b3eb2 + 01c9610 commit 8a1ee91Copy full SHA for 8a1ee91
1 file changed
.github/workflows/publish.yml
@@ -57,8 +57,8 @@ jobs:
57
# 76be751 to fire on wallet-v* tags but the strip below was
58
# never updated, so v0.1.9 published cleanly while
59
# wallet-v0.1.9 failed with a confusing tag-version mismatch.
60
- # Env-only input ($REF_NAME from github.ref_name); no direct
61
- # ${{ }} expansion in the script body.
+ # Env-only input -- REF_NAME is set in env: from github.ref_name;
+ # no direct expression-form expansion in the script body.
62
TAG_VERSION="${REF_NAME##*-v}"
63
TAG_VERSION="${TAG_VERSION#v}"
64
PKG_VERSION="$(node -p "require('./package.json').version")"
0 commit comments