Skip to content

Merge pull request #719 from MRVMV/snyk-upgrade-fd261cbafb8e65c916715… #383

Merge pull request #719 from MRVMV/snyk-upgrade-fd261cbafb8e65c916715…

Merge pull request #719 from MRVMV/snyk-upgrade-fd261cbafb8e65c916715… #383

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 14.13.0
- name: Install dependencies
run: yarn install --production=false
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn semantic-release