Skip to content

Commit fdd1a18

Browse files
committed
Fix tag parameter.
1 parent 6d3451a commit fdd1a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555

5656
- run: npm ci
5757
- run: npm run prepublishOnly
58-
- run: npm publish
58+
- run: npm publish --tag=${{ steps.tagName.outputs.tag }}

0 commit comments

Comments
 (0)