We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6eefc3 commit b6647b4Copy full SHA for b6647b4
.github/workflows/npmpublish.yml renamed to .github/workflows/npm-publish.yml
@@ -8,7 +8,7 @@ jobs:
8
publish-npm:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
12
- uses: actions/setup-node@v1
13
with:
14
node-version: 12
@@ -20,12 +20,11 @@ jobs:
20
publish-gpr:
21
22
23
24
25
26
27
registry-url: https://npm.pkg.github.com/
28
- scope: '@einfallstoll'
29
- run: npm publish
30
env:
31
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments