Skip to content

Commit

Permalink
Remove excess quotes (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Jan 30, 2023
1 parent 5f4b8f9 commit cb4e90b
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 cb4e90b

Please sign in to comment.