Skip to content

Commit 62855d9

Browse files
committed
chore: fix snapshot release
1 parent c887d5c commit 62855d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
--exact \
4949
--no-push \
5050
--no-git-tag-version \
51-
--allow-branch ${{ env.current_branch }}
51+
--allow-branch ${current_branch}
5252
env:
5353
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
5454
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)