Skip to content

Commit

Permalink
feat(release): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Jan 31, 2024
1 parent 01fc2e0 commit 9f61fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cargo install cross --git https://github.com/cross-rs/cross
if [ -n "${{ github.event.inputs.version }}" ]; then
make GIT_TAG=${github.event.inputs.version} docker-build
make GIT_TAG="${{ github.event.inputs.version }}" docker-build
else
sudo -E env "PATH=$PATH" make docker-build-latest
fi

0 comments on commit 9f61fc5

Please sign in to comment.