We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e2490 commit bb76916Copy full SHA for bb76916
.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
138
earthly_token: ${{ secrets.earthly_token }}
139
140
release:
141
- uses: input-output-hk/catalyst-forge/.github/workflows/release.yml@fix-argo-container
+ uses: input-output-hk/catalyst-forge/.github/workflows/release.yml@master
142
needs: [discover, check, build, test]
143
if: (fromJson(needs.discover.outputs.releases)[0] != null) && !failure() && !cancelled()
144
with:
0 commit comments