Skip to content

chore(deps-dev): bump the npm_and_yarn group group with 2 updates #28

chore(deps-dev): bump the npm_and_yarn group group with 2 updates

chore(deps-dev): bump the npm_and_yarn group group with 2 updates #28

Workflow file for this run

name: Release Dry Run
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
cache: "npm"
- run: npm install
- run: npm run build
- run: npm test
- name: Release Dry Run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release-dry