Skip to content

Commit

Permalink
chore(CI): update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jan 10, 2025
1 parent 74eef0c commit 503acc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ permissions:
jobs:
publish:
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -35,7 +36,7 @@ jobs:
- name: Publish
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.RSBUILD_PLUGIN_NPM_TOKEN }}
token: ${{ secrets.CREATE_RSTACK_NPM_TOKEN }}

- name: Create GitHub Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 503acc3

Please sign in to comment.