Skip to content

update: updated semantic release branch configuration #4

update: updated semantic release branch configuration

update: updated semantic release branch configuration #4

Workflow file for this run

name: Release
on:
push:
branches:
- master
permissions:
contents: write
packages: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm audit signature
- name: Release
env:
NPM_TOKEN: ${{secrets.NPM_ACCESS_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: npm run semantic-release