We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23378d7 commit f54be62Copy full SHA for f54be62
.github/workflows/release.yml
@@ -53,6 +53,8 @@ jobs:
53
publish_image:
54
if: github.repository == 'PCSX2/web-api'
55
name: "Build and Publish Image"
56
+ needs:
57
+ - cut_release
58
runs-on: ubuntu-latest
59
steps:
60
- uses: actions/checkout@v4
0 commit comments