Skip to content

Commit 82330b9

Browse files
fix(ci): respect dist tag
1 parent 9e428cc commit 82330b9

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
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
NODE_ENV: production
6060
- name: Release
61-
run: npm run release:ci -- ${{github.event.inputs.releaseType}}
61+
run: npm run release:ci -- ${{github.event.inputs.releaseType}} --dist-tag ${{github.event.inputs.distTag}}
6262
env:
6363
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)