diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21e3e490..45c9fecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,8 @@ on: default: false env: - SIGNING_ENABLED: ${{ github.event.inputs.signTacoFile }} +# SIGNING_ENABLED: ${{ github.event.inputs.signTacoFile }} + SIGNING_ENABLED: true jobs: build: diff --git a/tableau-connector/build.sh b/tableau-connector/build.sh index b1652069..f12fdd97 100755 --- a/tableau-connector/build.sh +++ b/tableau-connector/build.sh @@ -23,7 +23,7 @@ then DRIVER_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION fi echo DRIVER_VERSION=$DRIVER_VERSION -TACO_NAME="neptune-jdbc-v${DRIVER_VERSION}.taco" +TACO_NAME="neptune-jdbc-${DRIVER_VERSION}.taco" echo TACO_NAME=${TACO_NAME} echo "Building Docker Image"