Skip to content

Commit

Permalink
remove prev
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Aug 15, 2024
1 parent cadf005 commit bc69987
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/goreleaser-build-sign-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ runs:
GORELEASER_EXEC: ${{ inputs.goreleaser-exec }}
GORELEASER_CONFIG: ${{ inputs.goreleaser-config }}
GORELEASER_KEY: ${{ inputs.goreleaser-key }}
GORELEASER_CURRENT_TAG: "v2.14.7" # TODO: remove this line
GITHUB_TOKEN: ${{ github.token }}
COSIGN_PASSWORD: ${{ inputs.cosign-password }}
COSIGN_PUBLIC_KEY: ${{ inputs.cosign-public-key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/goreleaser-build-sign-publish/action_utils
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ goreleaser_release() {
MACOS_SDK_DIR=$(echo "$(cd "$(dirname "$MACOS_SDK_DIR")" || exit; pwd)/$(basename "$MACOS_SDK_DIR")")
fi

$GORELEASER_EXEC release ${flags} --config "$GORELEASER_CONFIG" "$@" --skip=validate
$GORELEASER_EXEC release ${flags} --config "$GORELEASER_CONFIG" "$@"

if [[ $ENABLE_DOCKER_PUBLISH == "true" ]]; then
_publish_snapshot_images
Expand Down

0 comments on commit bc69987

Please sign in to comment.