Skip to content

Commit 7dceeb1

Browse files
authored
Merge pull request #11 from dmurphy18/fix_cut_release_2
Updating cut-release for errors found during cut-release
2 parents a45fe42 + 8ef77f0 commit 7dceeb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ jobs:
179179
publish-release:
180180
name: Create GitHub Release
181181
runs-on: ubuntu-latest
182-
## needs:
183-
## - merge-develop-into-stable
182+
needs:
183+
- update-main
184184
environment: release
185185
permissions:
186186
contents: write # To be able to publish the release

0 commit comments

Comments
 (0)