Skip to content

Commit 717d273

Browse files
committed
ci: Use correct workflow file name
1 parent 9be16d7 commit 717d273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77

88
jobs:
99
pre-commit:
10-
uses: ./.github/workflows/pre-commit.yml
10+
uses: ./.github/workflows/pre-commit.yaml
1111
tests:
12-
uses: ./.github/workflows/tests.yml
12+
uses: ./.github/workflows/tests.yaml
1313
release:
1414
name: Release
1515
needs: [pre-commit, tests]

0 commit comments

Comments
 (0)