Skip to content

Commit 06d4aeb

Browse files
committed
fix publish
1 parent 3397037 commit 06d4aeb

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
@@ -29,5 +29,5 @@ jobs:
2929
- name: Publish
3030
env:
3131
GITHUB_USERNAME: ${{ secrets.GITHUB_ACTOR }}
32-
GITHUB_ACTOR: ${{ secrets.GITHUB_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
run: sbt publish

0 commit comments

Comments
 (0)