Skip to content

Commit

Permalink
chore: set release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Woodykaixa authored Feb 5, 2023
1 parent a7a027b commit e08e14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-web-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- run: pnpm install
- run: pnpm --filter "@uni-ra2/client-runtime" build
- run: pnpm --filter "@uni-ra2/client-runtime" build:api
- run: pnpm --filter "@uni-ra2/client-runtime" publish
- run: pnpm --filter "@uni-ra2/client-runtime" publish --tag ${{github.ref_name}}
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit e08e14c

Please sign in to comment.