Skip to content

Commit 3b1eece

Browse files
authored
fix(ci): Update self-release.yml
1 parent b391072 commit 3b1eece

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/self-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
fi
3838
3939
release:
40-
uses: advanced-security/reusable-workflows/.github/workflows/[email protected]
40+
# Always pin to main as we aren't sure if the version exisits at this point
41+
uses: advanced-security/reusable-workflows/.github/workflows/release.yml@main
4142
needs: [ fetch-release ]
4243
if: ${{ needs.fetch-release.outputs.release == 'true' }}
4344
secrets: inherit

0 commit comments

Comments
 (0)