Skip to content

Commit

Permalink
Update job name
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Mar 27, 2024
1 parent 644a551 commit b7d60f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
PYTHON_VERSION: "3.11"

jobs:
build:
prepare-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
needs: prepare-deployment
environment:
name: "production"
url: ${{ steps.deploy-to-function.outputs.webapp-url }}
Expand Down

0 comments on commit b7d60f4

Please sign in to comment.