Skip to content

Merge pull request #14 from AlexGarrixen/next #38

Merge pull request #14 from AlexGarrixen/next

Merge pull request #14 from AlexGarrixen/next #38

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: node
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.ref_name }}