Skip to content

Commit ba81c16

Browse files
committed
ci: remove github release
1 parent 414442b commit ba81c16

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/release-workflow.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@ jobs:
1818
yarn install --frozen-lockfile
1919
yarn test
2020
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-
with:
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}}
4021
release-npm-packages:
4122
needs: build
4223
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)