Skip to content

Commit 18857d2

Browse files
nandan-bhattusharpandey13
authored andcommitted
Fix: fixing release workflow (#1904)
1 parent 17d811e commit 18857d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/npm-publish/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
else
5151
TAG="latest"
5252
fi
53-
pnpm publish --tag $TAG
53+
pnpm publish --publish-branch v4 --tag $TAG
5454
env:
5555
NODE_AUTH_TOKEN: ${{ inputs.npm-token }}
5656
VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)