Skip to content

Commit

Permalink
ci: fixes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder17 committed Dec 16, 2024
1 parent db6d50c commit 9478da9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,5 @@ jobs:

- name: Build Binary
shell: bash
env:
IMAGE: "ghcr.io/${{ github.repository }}:$IMAGE_TAG"
run: |+
run build image=$IMAGE
run build image=ghcr.io/${{ github.repository }}:$IMAGE_TAG

0 comments on commit 9478da9

Please sign in to comment.