Skip to content

docs: clarify instruction (#60) #42

docs: clarify instruction (#60)

docs: clarify instruction (#60) #42

Workflow file for this run

name: Release (self)
on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release:
uses: ./.github/workflows/semantic-release.yml
with:
node-version: "20"
secrets: inherit
confirm-release:
needs: release
if: needs.release.outputs.release-created == 'true'
runs-on: ubuntu-latest
steps:
- run: echo "A new release was created!"