From ad26acc7cf15c38c85f4088e2ee045d3559cbacc Mon Sep 17 00:00:00 2001 From: Glen Goulter <37945000+goulter@users.noreply.github.com> Date: Thu, 5 Jan 2023 13:55:54 -0800 Subject: [PATCH] [GH-159](again) Fix the manually update version number to test autodeploy to dev instance (will still require a patch semver guidance)Gh 159 (#162) * Manually update version number to test autodeploy to dev instance (will still require a minor semver guidance) * Found a bug in the auto releease to dev instance * [Bot] Update version to 2.2.7 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/create-release.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 9fab39f..84a9668 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -37,7 +37,7 @@ jobs: contents: write steps: - uses: actions/checkout@v3 - - uses: UWIT-IAM/actions/configure-gcloud-docker@0.1 + - uses: UWIT-IAM/actions/configure-gcloud-docker-gcloud-v101@0.1.17 with: gcloud-token: ${{ secrets.GCR_TOKEN }} - name: Install poetry diff --git a/pyproject.toml b/pyproject.toml index 74c77b6..4fba84e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uw-husky-directory" -version = "2.2.6" +version = "2.2.7" description = "An updated version of the UW Directory" authors = ["Thomas Thorogood "] license = "MIT"