Skip to content

Commit

Permalink
[GH-159](again) Fix the manually update version number to test autode…
Browse files Browse the repository at this point in the history
…ploy 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>
  • Loading branch information
goulter and github-actions[bot] authored Jan 5, 2023
1 parent 7cf921d commit ad26acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- uses: UWIT-IAM/actions/[email protected]
- uses: UWIT-IAM/actions/configure-gcloud-docker-gcloud-v101@0.1.17
with:
gcloud-token: ${{ secrets.GCR_TOKEN }}
- name: Install poetry
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ad26acc

Please sign in to comment.