Skip to content

fix: Fix issues identified by golangci-lint #22

fix: Fix issues identified by golangci-lint

fix: Fix issues identified by golangci-lint #22

Workflow file for this run

name: Release
on:
push:
branches:
- github-actions/main
permissions:
contents: write
pull-requests: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
target-branch: ${{ github.ref_name }}
config-file: .github/workflows/release-please-config.json
manifest-file: .github/workflows/release-please-manifest.json