fix: move goreleaser action workflow job to release workflow to get go binaries attached to release via automation #62
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Reference: https://github.com/amannn/action-semantic-pull-request | |
--- | |
name: "Lint PR Title" | |
on: | |
# pull_request_target event is required for autolabeler to support all PRs including forks | |
pull_request_target: | |
types: [opened, reopened, edited, synchronize] | |
jobs: | |
lint_pr_title: | |
permissions: | |
contents: read | |
pull-requests: read | |
statuses: write | |
uses: jmeridth/reusable-workflows/.github/workflows/pr-title.yaml@1f9f6e8338751902c78fa0444f6adf8d1f4f62db | |
secrets: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |