Skip to content

build(deps): Bump golangci/golangci-lint-action from 3 to 4 (#131) #17

build(deps): Bump golangci/golangci-lint-action from 3 to 4 (#131)

build(deps): Bump golangci/golangci-lint-action from 3 to 4 (#131) #17

Workflow file for this run

name: Track releases
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Run release-please
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.RELEASE_TOKEN }}