Skip to content

Commit

Permalink
Merge pull request #8 from Krister-Johansson/fix/buildAction3
Browse files Browse the repository at this point in the history
chore(workflow): update npm-publish.yml
  • Loading branch information
Krister-Johansson committed Apr 17, 2024
2 parents a77dd01 + 656091e commit 7b7e203
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
release-type: node
# The logic below handles the npm publication:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7b7e203

Please sign in to comment.