Skip to content

fix: goreleaser stuff #23

fix: goreleaser stuff

fix: goreleaser stuff #23

Workflow file for this run

---
name: "Release"
on:
workflow_dispatch:
pull_request_target:
types: [closed]
branches: [main]
jobs:
release:
permissions:
contents: write
pull-requests: read
uses: jmeridth/reusable-workflows/.github/workflows/release.yaml@53a9c808122ffaae9af948f72139fb4bd44ab74c
with:
publish: true
release-config-name: release-drafter.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}