Skip to content

Commit 880b72c

Browse files
authored
fix: change the github actor for publish (#23)
1 parent 6d3131f commit 880b72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: configure-login-ghcr
4444
with:
4545
registry: ghcr.io
46-
username: ${{ github.repository_owner }}
46+
username: ${{ github.actor }}
4747
password: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Run GoReleaser

0 commit comments

Comments
 (0)