Skip to content

Commit

Permalink
Improve github action workflows (#36)
Browse files Browse the repository at this point in the history
1. Only publish repos if tests passed in the first place
2. Make it possible to trigger publishing manually
3. Trigger publishing on new tags in addition to merges
4. Change the goreleaser `--rm-dist` flag in favor of `--clean`
  • Loading branch information
loreto committed Jun 27, 2023
1 parent 6280083 commit 2941332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2941332

Please sign in to comment.