Skip to content

Merge pull request #99 from angelsk/patch-1 #72

Merge pull request #99 from angelsk/patch-1

Merge pull request #99 from angelsk/patch-1 #72

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.REPO_READ_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
semantic_version: 17.0.8
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
branches: main