Skip to content

Commit

Permalink
fix: log using org name (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnavarro authored Oct 9, 2023
1 parent bc743d9 commit 10473e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: "gnolang"
password: ${{ secrets.GITHUB_TOKEN }}
- uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 10473e8

Please sign in to comment.