Skip to content

Commit a24a22d

Browse files
authored
Fix typo in CI (#401)
## Summary <!-- Include a short paragraph of the changes introduced in this PR. If this PR requires additional context or rationale, explain why the changes are necessary. --> ## Details <!-- Provide a detailed list of all changes introduced in this pull request. --> - [ ] ## Test Plan <!-- List the steps needed to test this PR. --> - ## Related Issues <!-- Link any relevant issues that this PR addresses. --> - Resolves # --- - [ ] "I certify that all code in this PR is my own, except as noted below." ## Use of AI - [ ] Includes AI-assisted code completion - [ ] Includes code generated by an AI application - [ ] Includes AI-generated tests (NOTE: AI written tests should have a docstring that includes `## WRITTEN BY AI ##`) Signed-off-by: Samuel Monson <[email protected]>
1 parent 81af01b commit a24a22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
image: ${{ github.event.repository.name }}
312312
build-args: |
313313
GUIDELLM_BUILD_TYPE=candidate
314-
tags: ${{ env.package_version= }}~rc
314+
tags: ${{ env.package_version }}~rc
315315
containerfiles: |
316316
./Containerfile
317317
- name: Push To ghcr.io

0 commit comments

Comments
 (0)