Skip to content

Commit d990c58

Browse files
authored
Merge pull request #404 from asus4/Fix-npm-publish-failing
Add latest tag to fix NPM failing
2 parents ab09322 + a8acb15 commit d990c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
env:
77
# Dry-run on workflow_dispatch
8-
NPM_OPTS: ${{ github.event_name == 'workflow_dispatch' && '--dry-run --tag canary' || '' }}
8+
NPM_OPTS: ${{ github.event_name == 'workflow_dispatch' && '--dry-run --tag canary' || '--tag latest' }}
99
permissions:
1010
id-token: write
1111
contents: read

0 commit comments

Comments
 (0)