We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3131f commit 880b72cCopy full SHA for 880b72c
.github/workflows/release.yaml
@@ -43,7 +43,7 @@ jobs:
43
id: configure-login-ghcr
44
with:
45
registry: ghcr.io
46
- username: ${{ github.repository_owner }}
+ username: ${{ github.actor }}
47
password: ${{ secrets.GITHUB_TOKEN }}
48
49
- name: Run GoReleaser
0 commit comments