Skip to content

Commit b6647b4

Browse files
committed
GitHub workflow
1 parent d6eefc3 commit b6647b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/npmpublish.yml renamed to .github/workflows/npm-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 12
@@ -20,12 +20,11 @@ jobs:
2020
publish-gpr:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v1
23+
- uses: actions/checkout@v2
2424
- uses: actions/setup-node@v1
2525
with:
2626
node-version: 12
2727
registry-url: https://npm.pkg.github.com/
28-
scope: '@einfallstoll'
2928
- run: npm publish
3029
env:
3130
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)