Skip to content

fix(perf): Replace slower fmt.Sprint(f) calls with faster alternative… #24

fix(perf): Replace slower fmt.Sprint(f) calls with faster alternative…

fix(perf): Replace slower fmt.Sprint(f) calls with faster alternative… #24

name: release-please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ steps.app-token.outputs.token }}
config-file: .github/release-please-config.json