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 414442b commit ba81c16Copy full SHA for ba81c16
.github/workflows/release-workflow.yml
@@ -18,25 +18,6 @@ jobs:
18
yarn install --frozen-lockfile
19
yarn test
20
yarn build
21
- release-github-npm-registry:
22
- needs: build
23
- runs-on: ubuntu-latest
24
- steps:
25
- - uses: actions/checkout@v2
26
- with:
27
- ref: master
28
- - uses: actions/setup-node@v1
29
30
- node-version: 12
31
- registry-url: https://npm.pkg.github.com/
32
- scope: '@Himenon'
33
- - run: |
34
- yarn install --frozen-lockfile
35
- yarn build
36
- echo "//npm.pkg.github.com/:_authToken=$GITHUB_NPM_TOKEN" >> ~/.npmrc
37
- yarn lerna publish from-package --yes --registry https://npm.pkg.github.com/:_authToken=${GITHUB_NPM_TOKEN}
38
- env:
39
- GITHUB_NPM_TOKEN: ${{secrets.GITHUB_NPM_TOKEN}}
40
release-npm-packages:
41
needs: build
42
runs-on: ubuntu-latest
0 commit comments