Skip to content

Commit

Permalink
fix for empty var
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed Jan 8, 2025
1 parent 3971e17 commit 2867a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
version: v2
args: --clean --snapshot
env:
REPO: ${{ github.repository }}
REPO: ${{ github.repository }}
REGISTRY:

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
GORELEASER_CURRENT_TAG: ${{ steps.release-tag.outputs.CURRENT_TAG }}
REGISTRY: ${{ env.REGISTRY }}
REPO: ${{ github.repository }}
REGISTRY: ${{ env.REGISTRY }}
REPO: ${{ github.repository }}

0 comments on commit 2867a75

Please sign in to comment.