Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update publish.yml
Co-authored-by: Laurie O <[email protected]>
  • Loading branch information
henryiii and EpicWink committed Jan 12, 2026
commit 0b8dc6871f63c14b8ab88053932f2173bcc7653d
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Get git tag
id: get-tag
run: echo "tag=$(git tag --points-at $INPUTS_REF)" >> "$GITHUB_OUTPUT"
run: echo "tag=$(git tag --points-at "$INPUTS_REF")" >> "$GITHUB_OUTPUT"
env:
INPUTS_REF: ${{ inputs.ref }}

Expand Down
Loading