Skip to content

Commit

Permalink
upd goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko committed Jan 10, 2025
1 parent 38dd798 commit b1b0023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/nightly-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ runs:
- name: goreleaser
# Use commit hash here to avoid a re-tagging attack, as this is a third-party action
# Commit 9ed2f89a662bf1735a48bc8557fd212fa902bebf = tag v6.1.0
# TODO upd version once https://github.com/goreleaser/goreleaser/pull/5392 is released
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf
with:
workdir: "${{ inputs.workdir }}"
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ before_deploy:
deploy:
provider: script
cleanup: true
# TODO upd version once https://github.com/goreleaser/goreleaser/pull/5392 is released
script: curl -o /tmp/goreleaser.tar.gz -sLf https://github.com/goreleaser/goreleaser/releases/download/v2.5.0/goreleaser_Linux_x86_64.tar.gz && tar -xvf /tmp/goreleaser.tar.gz -C /tmp/ && /tmp/goreleaser
on:
tags: true
Expand Down

0 comments on commit b1b0023

Please sign in to comment.