Skip to content

Commit f9f5cfb

Browse files
authored
Fix incorrect reference to workflow (#41)
1 parent db8e7e0 commit f9f5cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
permissions:
3131
contents: write
3232
needs: pre_release_check
33-
uses: GetStream/stream-build-conventions-android/blob/develop/.github/workflows/[email protected]
33+
uses: GetStream/stream-build-conventions-android/.github/workflows/[email protected]
3434

3535
with:
3636
bump: ${{ inputs.bump }}

0 commit comments

Comments
 (0)