Skip to content

Commit

Permalink
release: stylus and svelte plugins v1.0.7-alpha.0 (#4235)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 21, 2024
1 parent 3d06d39 commit 13ab483
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
if: inputs.run_eco_ci == true
uses: convictional/trigger-workflow-and-wait@v1.6.5
with:
owner: "rspack-contrib"
repo: "rsbuild-ecosystem-ci"
workflow_file_name: "ecosystem-ci-selected.yml"
owner: 'rspack-contrib'
repo: 'rsbuild-ecosystem-ci'
workflow_file_name: 'ecosystem-ci-selected.yml'
github_token: ${{ secrets.REPO_RSBUILD_ECO_CI_GITHUB_TOKEN }}
ref: "main"
ref: 'main'
client_payload: '{"ref":"${{ github.event.inputs.branch }}","repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'

- name: Checkout
Expand All @@ -64,6 +64,8 @@ jobs:
run: pnpm install

- name: Publish to npm
run: pnpm -r publish --tag ${{ github.event.inputs.npm_tag }} --publish-branch ${{ github.event.inputs.branch }}
env:
NODE_AUTH_TOKEN: ${{ secrets.RSBUILD_NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.RSBUILD_NPM_TOKEN }}
run: |
npm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}"
pnpm -r publish --tag ${{ github.event.inputs.npm_tag }} --publish-branch ${{ github.event.inputs.branch }}
2 changes: 1 addition & 1 deletion packages/plugin-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-stylus",
"version": "1.0.6",
"version": "1.0.7-alpha.0",
"description": "Stylus plugin for Rsbuild",
"homepage": "https://rsbuild.dev",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsbuild/plugin-svelte",
"version": "1.0.6",
"version": "1.0.7-alpha.0",
"description": "Svelte plugin for Rsbuild",
"repository": {
"type": "git",
Expand Down

0 comments on commit 13ab483

Please sign in to comment.