Skip to content

chore(deps): bump the npm_and_yarn group across 1 directories with 6 … #159

chore(deps): bump the npm_and_yarn group across 1 directories with 6 …

chore(deps): bump the npm_and_yarn group across 1 directories with 6 … #159

Workflow file for this run

name: "Release package"
on: push
jobs:
release_package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "npm ci"
run: npm ci
- name: "npm run semantic-release"
run: npm run semantic-release || true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}