Skip to content

Commit bb76916

Browse files
authored
fix: fixes incorrect GHA tag (#98)
1 parent c6e2490 commit bb76916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
earthly_token: ${{ secrets.earthly_token }}
139139

140140
release:
141-
uses: input-output-hk/catalyst-forge/.github/workflows/release.yml@fix-argo-container
141+
uses: input-output-hk/catalyst-forge/.github/workflows/release.yml@master
142142
needs: [discover, check, build, test]
143143
if: (fromJson(needs.discover.outputs.releases)[0] != null) && !failure() && !cancelled()
144144
with:

0 commit comments

Comments
 (0)