Skip to content

Merge pull request #23 from darraghoriordan/renovate/github-actions #99

Merge pull request #23 from darraghoriordan/renovate/github-actions

Merge pull request #23 from darraghoriordan/renovate/github-actions #99

Workflow file for this run

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