Skip to content

https://trello.com/c/Y91QxwfI/23-bug-can-not-unregister-events-anymor… #10

https://trello.com/c/Y91QxwfI/23-bug-can-not-unregister-events-anymor…

https://trello.com/c/Y91QxwfI/23-bug-can-not-unregister-events-anymor… #10

Workflow file for this run

name: build
on:
push:
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- id: go-setup
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- id: release
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- id: upload-artifacts
name: Upload assets
uses: actions/upload-artifact@v3
with:
name: binaries
path: dist/*