Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit fbf7053

Browse files
fix: use ref name env var for tag name
1 parent 7d7798e commit fbf7053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
NODE_VERSION: 16.x
13-
TOOLKIT_VERSION: ${{ GITHUB_REF_NAME }}
13+
TOOLKIT_VERSION: $GITHUB_REF_NAME
1414

1515
jobs:
1616
publish:

0 commit comments

Comments
 (0)