Skip to content

Commit

Permalink
Merge pull request #5 from TheJacksonLaboratory/G3-204-write-github-a…
Browse files Browse the repository at this point in the history
…ctions-pipeline-for-deployment-of-legacy-geneweaver-website

Fix main release pipeline depends
  • Loading branch information
bergsalex authored Jun 5, 2024
2 parents f1b7aba + 366bb6a commit cd89146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
name: "Build"
# TODO: Replace with the commented line when we have a test step.
# needs: [ test, check-coverage, format-lint, version ]
needs: [ check-coverage, format-lint, version ]
needs: [ version ]
if: ${{ needs.version.outputs.should_release == 'true' }}
uses: ./.github/workflows/_skaffold-build-k8s.yml
secrets: inherit
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 = "geneweaver-legacy"
version = "1.1.0"
version = "1.1.1"
description = ""
authors = ["Alexander Berger <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cd89146

Please sign in to comment.