Skip to content

Commit

Permalink
reset release job id?
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed Nov 7, 2024
1 parent ced8165 commit f0df19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"
name: Automatically Build Release
jobs:
build-runners:
build-runner:
name: Build Runner Docker Images
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
permissions:
contents: read
packages: write
needs: [build-runners, build-controller, build-provisioner, build-box]
needs: [build-runner, build-controller, build-provisioner, build-box]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit f0df19a

Please sign in to comment.