ci: fix release

This commit is contained in:
Karan Sharma 2022-03-24 12:43:33 +05:30
parent a855ec4d45
commit 79c5fc7283
2 changed files with 27 additions and 26 deletions

View file

@ -24,8 +24,9 @@ jobs:
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with: