mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-04 00:24:18 +00:00
chore: remove release action in CI
This commit is contained in:
parent
788713f169
commit
6b5c18f4a1
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@ -134,25 +134,3 @@ jobs:
|
||||
with:
|
||||
name: go-waku-logs
|
||||
path: log/
|
||||
|
||||
release:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
needs: [check, proto, browser, node]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: npm run release
|
||||
|
Loading…
x
Reference in New Issue
Block a user