Skip to content

Commit

Permalink
fix(ci): env var
Browse files Browse the repository at this point in the history
  • Loading branch information
gaebel authored Jul 27, 2021
1 parent d6b13ac commit 964f901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.OSSRH_PASSWORD }}
ORG_GRADLE_PROJECT_npmAccessKey: ${{ secrets.NPMJS_ACCESS_KEY }}
run: region=${{ secrets.region }} clientid=${{ secrets.clientid }} ./gradlew publishAllPublicationsToSonatypeRepository publishJsNpmPublicationToNpmjs
run: region=${{ secrets.region }} clientId=${{ secrets.clientid }} ./gradlew publishAllPublicationsToSonatypeRepository publishJsNpmPublicationToNpmjs

0 comments on commit 964f901

Please sign in to comment.