Skip to content

Commit 8a1ee91

Browse files
authored
Merge pull request #24 from KeeperHub/fix/publish-workflow-comment-yaml
ci(publish): strip literal expression syntax from workflow comment
2 parents 11b3eb2 + 01c9610 commit 8a1ee91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
# 76be751 to fire on wallet-v* tags but the strip below was
5858
# never updated, so v0.1.9 published cleanly while
5959
# 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.
60+
# Env-only input -- REF_NAME is set in env: from github.ref_name;
61+
# no direct expression-form expansion in the script body.
6262
TAG_VERSION="${REF_NAME##*-v}"
6363
TAG_VERSION="${TAG_VERSION#v}"
6464
PKG_VERSION="$(node -p "require('./package.json').version")"

0 commit comments

Comments
 (0)