We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afee22 commit 6cb28efCopy full SHA for 6cb28ef
1 file changed
.github/workflows/create-release.yml
@@ -29,9 +29,6 @@ on:
29
jobs:
30
release-it:
31
runs-on: ubuntu-latest
32
- permissions:
33
- contents: write
34
- packages: write
35
steps:
36
- uses: tibdex/github-app-token@v1
37
id: generate-token
@@ -58,10 +55,8 @@ jobs:
58
55
- name: set NPM Token
59
56
run: |
60
57
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
61
- echo "//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN" >> .npmrc
62
env:
63
NPM_TOKEN: ${{ secrets.NPM_TOKEN_NEOLUTION }}
64
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
66
- name: run release-it
67
@@ -86,7 +81,3 @@ jobs:
86
81
yarn release-it "${params[@]}"
87
82
88
83
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
89
-
90
- - name: publish to github packages
91
- if: ${{ github.event.inputs.dry_run != 'true' }}
92
- run: npm publish --registry=https://npm.pkg.github.com/
0 commit comments