Skip to content

Commit f19a210

Browse files
committed
publish
1 parent 4601344 commit f19a210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676
# if: github.ref == 'refs/heads/master'
7777
run: ./gradlew publish
7878
env:
79-
GH_PUBLISH_USERNAME: ${{ secrets.GH_PUBLISH_USERNAME }}
80-
GH_PUBLISH_TOKEN: ${{ secrets.GH_PUBLISH_TOKEN }}
79+
GH_PUBLISH_USERNAME: $GITHUB_ACTOR
80+
GH_PUBLISH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)