Skip to content

Commit

Permalink
pro bump [goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Mar 4, 2024
1 parent ce88f15 commit 2596af4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/goreleaser-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: debug
run: go version

- name: debug2
run: goreleaser -v

- name: Run GoReleaser (Release)
if: steps.branch-name.outputs.is_default == 'true'
run: goreleaser --timeout 900m --clean --debug -f ${{matrix.package}}/.goreleaser.yml
Expand Down

0 comments on commit 2596af4

Please sign in to comment.