Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
# 76be751 to fire on wallet-v* tags but the strip below was
# never updated, so v0.1.9 published cleanly while
# wallet-v0.1.9 failed with a confusing tag-version mismatch.
# Env-only input ($REF_NAME from github.ref_name); no direct
# ${{ }} 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.
TAG_VERSION="${REF_NAME##*-v}"
TAG_VERSION="${TAG_VERSION#v}"
PKG_VERSION="$(node -p "require('./package.json').version")"
Expand Down