Skip to content

Commit

Permalink
3.29.2
Browse files Browse the repository at this point in the history
3.29.2
  • Loading branch information
TheBurchLog authored Jan 31, 2025
2 parents 8fd5ac4 + 861b79c commit a5d386c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

pypi-publish:
name: PyPI Publish
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment:
name: release
url: https://pypi.org/p/brewtils
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

pypi-verify:
name: Verify PyPI Publish
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: pypi-publish

steps:
Expand All @@ -83,7 +83,7 @@ jobs:

docker-publish:
name: Docker Publish
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: pypi-verify

steps:
Expand Down

0 comments on commit a5d386c

Please sign in to comment.