Skip to content

chore: add dependabot, codespell (#12) #14

chore: add dependabot, codespell (#12)

chore: add dependabot, codespell (#12) #14

Workflow file for this run

name: release
on:
push:
branches: [ "main" ]
permissions:
contents: write
pull-requests: write
issues: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run release-please
id: release
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: go
- name: Show release info
run: |
echo "Release created? ${{ steps.release.outputs.release_created }}"
echo "Tag name: ${{ steps.release.outputs.tag_name }}"
echo "Release notes body: ${{ steps.release.outputs.body}}"