Skip to content

Merge branch 'main' of github.com:kc-workspace/asdf-plugin-template #136

Merge branch 'main' of github.com:kc-workspace/asdf-plugin-template

Merge branch 'main' of github.com:kc-workspace/asdf-plugin-template #136

Workflow file for this run

name: Release
on:
push:
branches:
- main
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
config-file: .github/release-please/config.json