We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933d50e commit 811b223Copy full SHA for 811b223
.github/workflows/publish-github-action.yml
@@ -25,5 +25,5 @@ jobs:
25
run: |
26
git config --global user.email "opencode@sst.dev"
27
git config --global user.name "opencode"
28
- ./scripts/publish
+ ./script/publish
29
working-directory: ./sdks/github
0 commit comments