Skip to content

Commit

Permalink
build(ci): fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jimehk committed Apr 18, 2024
1 parent 8eb6eb0 commit d324bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Skip announce and publish, release please will already have handled
# that. We just want to build the binaries for use in the docker build
# step.
args: release release --clean --skip=announce,publish
args: release --clean --skip=announce,publish
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit d324bfa

Please sign in to comment.