Skip to content

Commit

Permalink
fix: git state is dirty when running goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Sep 20, 2023
1 parent 90c660d commit 6b659a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@ jobs:
mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
create-release:
name: Create GitHub Release
runs-on: ubuntu-latest
needs: [release-assets]
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Init Hermit
uses: cashapp/activate-hermit@v1
- name: Publish Go Binaries
run: goreleaser release
env:
Expand Down

0 comments on commit 6b659a8

Please sign in to comment.