Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Jul 22, 2023
1 parent 5c84746 commit df99634
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
# More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs.
# ${{ github.ref_name }} or $GITHUB_REF_NAME or ${{env.GITHUB_REF_NAME}} currently.
- run: ./scripts/release-notes.sh ${{github.ref_name}} > ./release_notes.txt
- uses: goreleaser/goreleaser-action@v4
- name: Generate release notes
continue-on-error: true
run: ./scripts/release-notes.sh ${{github.ref_name}} > ./release_notes.txt
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
if: '!cancelled()'
with:
# either 'goreleaser' (default) or 'goreleaser-pro':
distribution: goreleaser
Expand Down

0 comments on commit df99634

Please sign in to comment.