Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Dec 26, 2020
1 parent 09ff058 commit f7583db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-goreleaser/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
steps:
- name: Install goreleaser
run: |
set -eux
# set -eux
if [ -z '${{ inputs.goreleaser-version }}' ]; then
export GORELEASER_VERSION="$(curl -fsi "https://github.com/goreleaser/goreleaser/releases/latest" | awk -F/ '/^(L|l)ocation:/ {print $(NF)}' | tr '\r' '\n')"
else
Expand Down

0 comments on commit f7583db

Please sign in to comment.