Skip to content

Commit

Permalink
remove quotes from release.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Jan 31, 2023
1 parent a21eb19 commit 4eacfed
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 @@ -52,4 +52,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
build-args: |
IBC_GO_VERSION="${{ github.ref_name }}"
IBC_GO_VERSION=${{ github.ref_name }}

0 comments on commit 4eacfed

Please sign in to comment.