Skip to content

Commit bdf1bed

Browse files
Trying the npm publish.
1 parent bb667b1 commit bdf1bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-5-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
- run: npm i
191191
- run: npm run build
192192
- run: ls -la
193-
- run: npm publish --verbose
193+
- run: npm publish --verbose --tag ${{ inputs.version }}
194194
env:
195195
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
196196

0 commit comments

Comments
 (0)