Skip to content

Merge pull request #56 from darraghoriordan/renovate/patch-github-act… #147

Merge pull request #56 from darraghoriordan/renovate/patch-github-act…

Merge pull request #56 from darraghoriordan/renovate/patch-github-act… #147

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@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: '18'
- run: yarn --frozen-lockfile
- name: Release
env:
GH_TOKEN: ${{ secrets.CUSTOM_GH_TOKEN }}
run: npx semantic-release