Skip to content

Commit 91bf68d

Browse files
committed
Fix
1 parent 032b1d8 commit 91bf68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
tag_name: ${{ inputs.tag_name || github.ref_name }}
2323
publish:
2424
needs: release
25-
uses: ./.github/workflows/publish.yaml
25+
uses: ./.github/workflows/publish.yml
2626
with:
2727
tag_name: ${{ inputs.tag_name || github.ref_name }}
2828
secrets:

0 commit comments

Comments
 (0)