File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ jobs:
3232 env :
3333 NODE_AUTH_TOKEN : ${{secrets.npm_token}}
3434
35- # publish-gpr:
36- # needs: build
37- # runs-on: ubuntu-latest
38- # permissions:
39- # contents: read
40- # packages: write
41- # steps:
42- # - uses: actions/checkout@v2
43- # - uses: actions/setup-node@v2
44- # with:
45- # node-version: 14
46- # registry-url: https://npm.pkg.github.com/
47- # - run: npm ci
48- # - run: npm publish
49- # env:
50- # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
35+ publish-gpr :
36+ needs : build
37+ runs-on : ubuntu-latest
38+ permissions :
39+ contents : read
40+ packages : write
41+ steps :
42+ - uses : actions/checkout@v2
43+ - uses : actions/setup-node@v2
44+ with :
45+ node-version : 14
46+ registry-url : https://npm.pkg.github.com/
47+ - run : npm ci
48+ - run : npm publish
49+ env :
50+ NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments