Skip to content

Commit

Permalink
chore: release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Apr 7, 2024
1 parent 68e31d9 commit d530632
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# This workflow automatically publishes to npm when a release-PR is merged
name: Build and release

on:
push:
branches:
- main
name: release-please

permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
Expand All @@ -23,7 +29,10 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
- run: |
npm test
npm run code:publish
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit d530632

Please sign in to comment.