Skip to content

Commit

Permalink
chore: add release workflow (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski authored Jan 28, 2024
1 parent 38698f9 commit 5e292cb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,17 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: ksassnowski/vueclid
package-name: ksassnowski/vueclid
token: ${{ secrets.GITHUB_TOKEN }}
- uses: oven-sh/setup-bun@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: bun install
- run: bun run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 5e292cb

Please sign in to comment.