Skip to content

chore(deps-dev): bump the npm_and_yarn group across 1 directories wit… #165

chore(deps-dev): bump the npm_and_yarn group across 1 directories wit…

chore(deps-dev): bump the npm_and_yarn group across 1 directories wit… #165

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