Skip to content

Commit

Permalink
chore(workflow): update npm-publish.yml to use latest version of rele…
Browse files Browse the repository at this point in the history
…ase-please-action and actions/checkout@v4
  • Loading branch information
KRJOH3 committed Apr 17, 2024
1 parent dd9e2a7 commit 656091e
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 656091e

Please sign in to comment.