Skip to content

remove deprecated block from goreaser #27

remove deprecated block from goreaser

remove deprecated block from goreaser #27

Workflow file for this run

name: pipeline
on: [push]
permissions:
contents: write
jobs:
go:
uses: pete911/github-actions/.github/workflows/go.yml@main
go-release:
needs:
- go
uses: pete911/github-actions/.github/workflows/go-releaser.yml@main
secrets:
PUBLIC_REPO_TOKEN: ${{ secrets.PUBLIC_REPO_TOKEN }}