chore: remove release action in CI

This commit is contained in:
fryorcraken.eth 2022-11-04 10:07:35 +11:00
parent 788713f169
commit 6b5c18f4a1
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -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