Skip to content

Commit a62b0f6

Browse files
authored
Merge pull request #114 from consideRatio/pr/publish-fix
Fix publish workflow failure
2 parents b3b205e + f20dd4d commit a62b0f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
tests:
11-
uses: ./.github/workflows/tests.yml
11+
uses: ./.github/workflows/tests.yaml
1212
publish:
1313
name: publish
1414
needs: [tests] # require tests to pass before deploy runs
File renamed without changes.

0 commit comments

Comments
 (0)