Skip to content

Commit 3201845

Browse files
committed
fix(workflow): fixed github publisher syntax
1 parent 6cdc840 commit 3201845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

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

1515
build:
1616
name: Build apis endpoints
17-
uses: ./build.yml
17+
uses: ./.github/workflows/build.yml
1818
# with:
1919
# environment: staging
2020
secrets:

0 commit comments

Comments
 (0)