From c6e9520ead08f8a032a95844da5d4f07d504422f Mon Sep 17 00:00:00 2001 From: Artem Vang Date: Mon, 16 May 2022 20:59:31 +0300 Subject: [PATCH] test commit --- .github/workflows/default.yml | 4 ++-- scripts/upload.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index d1f2fdf9..233b7477 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -116,13 +116,13 @@ jobs: release: name: release if: startsWith(github.ref, 'refs/tags/') - needs: [lint, unit-tests, acc-tests] + # needs: [lint, unit-tests, acc-tests] runs-on: ubuntu-latest steps: - name: Validate tag uses: rubenesp87/semver-validation-action@0.0.6 with: - version: ${{ github.event.release.tag_name }} + version: ${{ github.ref_name }} - name: Import GPG key id: import_gpg uses: Scalr/ghaction-import-gpg@v2.1.1 diff --git a/scripts/upload.sh b/scripts/upload.sh index fc7bed5e..7cc330a0 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh @@ -18,6 +18,8 @@ DOWNLOAD_DIR=$TMP_DIR/$PROVIDER_SOURCE/$VERSION/download/ echo "Starting to push $PROVIDER_NAME:$VERSION" +exit + # Copy remote provider registry to working directory. # Old versions of terraform provider is using for composing versions file gsutil -m rsync -R $BUCKET_NAME $TMP_DIR