Skip to content

Commit

Permalink
chore: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen authored Apr 21, 2024
1 parent 9de7601 commit 1f98a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v4
Expand All @@ -28,4 +28,4 @@ jobs:
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: npm publish --access public
run: npm publish --access public

0 comments on commit 1f98a40

Please sign in to comment.