We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a8363 commit 939d4b7Copy full SHA for 939d4b7
1 file changed
.github/workflows/daily.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
fetch-depth: 0
48
- uses: "./.github/actions/setup"
49
- - run: "./gradlew :publishJsPackageToNpmjsRegistry"
+ - run: "./gradlew :publishJsPackageToGithubRegistry"
50
env:
51
NPM_PUBLISH_REGISTRY_GITHUB_AUTHTOKEN: "${{ secrets.GITHUB_TOKEN }}"
52
0 commit comments