Skip to content

Commit 098692c

Browse files
committed
fix: actually call publish workflow on push
1 parent c126958 commit 098692c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
call-publish:
1616
needs: [call-format, call-test]
17-
uses: ./.github/workflows/test.yml
17+
uses: ./.github/workflows/publish.yml
1818
permissions:
1919
contents: read
2020
id-token: write

0 commit comments

Comments
 (0)