We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab09322 + a8acb15 commit d990c58Copy full SHA for d990c58
1 file changed
.github/workflows/publish-packages.yaml
@@ -5,7 +5,7 @@ on:
5
workflow_dispatch:
6
env:
7
# Dry-run on workflow_dispatch
8
- NPM_OPTS: ${{ github.event_name == 'workflow_dispatch' && '--dry-run --tag canary' || '' }}
+ NPM_OPTS: ${{ github.event_name == 'workflow_dispatch' && '--dry-run --tag canary' || '--tag latest' }}
9
permissions:
10
id-token: write
11
contents: read
0 commit comments