Skip to content

Commit

Permalink
Try to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jul 6, 2022
1 parent d2da634 commit 9938aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
username: "${{ github.repository_owner }}"
password: ${{ secrets.GITHUB_TOKEN }}

- name: GoReleaser
Expand Down

0 comments on commit 9938aba

Please sign in to comment.