Skip to content

Commit

Permalink
Fix goreleaser (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Jun 5, 2024
1 parent 581635c commit c897d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shared-go-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
sed -i 's/{{ .Env.ARCHIVES_FORMAT }}/zip/g' $GORELEASER_CONFIG
fi
echo "path=./${$GORELEASER_CONFIG}" >> $GITHUB_OUTPUT
echo "path=./${GORELEASER_CONFIG}" >> $GITHUB_OUTPUT
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit c897d78

Please sign in to comment.