Skip to content

Commit 6149841

Browse files
committed
Fix typo in .github/workflows/tag.yaml
1 parent 6c5df1a commit 6149841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: smlx/ccv@7318e2f25a52dcd550e75384b84983973251a1f8 # v0.10.0
3333
release:
3434
needs: tag
35-
uses: ./.github/workflows/release.yml
35+
uses: ./.github/workflows/release.yaml
3636
with:
3737
tag_name: ${{ needs.tag.outputs.new-tag-version }}
3838
secrets:

0 commit comments

Comments
 (0)