Skip to content

Commit

Permalink
[test ci]: run pnpm publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Dec 6, 2024
1 parent 24f0103 commit dcb5c3d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: release

on:
release:
types: [released]
on: push

jobs:
release:
Expand All @@ -16,7 +14,7 @@ jobs:
cache: "pnpm"
- run: pnpm install
- run: pnpm run build
- run: pnpm publish --access public
- run: pnpm publish --access public --publish-branch feat/add-role
working-directory: dist
env:
NPM_TOKEN: ${{ secrets.HTSGET_RS_DEPLOY_PUBLISH_TOKEN }}

0 comments on commit dcb5c3d

Please sign in to comment.