Skip to content

Merge pull request #110 from arminbro/bugfix/81 #66

Merge pull request #110 from arminbro/bugfix/81

Merge pull request #110 from arminbro/bugfix/81 #66

Workflow file for this run

name: Publish
on:
push:
branches: [alpha, beta, master]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.11.1'
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}