Skip to content

Commit

Permalink
Merge pull request #5 from digipost/actions-checkout
Browse files Browse the repository at this point in the history
Bump actions/checkout
  • Loading branch information
hanskhe authored Nov 9, 2023
2 parents 8ff7db3 + 447d6a0 commit bb668af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
publish-gpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://npm.pkg.github.com/'
- run: npm i -q --production
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit bb668af

Please sign in to comment.