Skip to content

Merge pull request #57 from darraghoriordan/renovate/major-4-github-a… #150

Merge pull request #57 from darraghoriordan/renovate/major-4-github-a…

Merge pull request #57 from darraghoriordan/renovate/major-4-github-a… #150

Workflow file for this run

name: Release new version
on:
push:
branches:
- master
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
persist-credentials: false
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: '18'
- run: yarn --frozen-lockfile
- name: Release
env:
GH_TOKEN: ${{ secrets.CUSTOM_GH_TOKEN }}
run: npx semantic-release