Skip to content

Commit

Permalink
Fixing needs in release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Aug 5, 2022
1 parent 2283d94 commit 46be829
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
update-version:
runs-on: ubuntu-22.04
needs:
- update-changelog
- release
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -130,7 +129,6 @@ jobs:
runs-on: ubuntu-22.04
needs:
- release
- update-changelog
- update-version
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -183,7 +181,6 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- release
- update-changelog
- update-version
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -240,7 +237,6 @@ jobs:
if: ${{ github.event.inputs.stable == 'true' && github.ref == 'refs/heads/develop' }}
needs:
- release
- update-changelog
- update-version
- update-main
steps:
Expand Down

0 comments on commit 46be829

Please sign in to comment.