Skip to content

Add post-action cleanup step#12

Merged
tommoor merged 1 commit intomainfrom
tom/lin-58768-add-post-action-cleanup-step-19f7
Mar 5, 2026
Merged

Add post-action cleanup step#12
tommoor merged 1 commit intomainfrom
tom/lin-58768-add-post-action-cleanup-step-19f7

Conversation

@tommoor
Copy link
Member

@tommoor tommoor commented Mar 4, 2026

Adds a cleanup step (with if: always()) at the end of the composite action to remove the downloaded linear-release binary after execution.

Add a cleanup step with `if: always()` to remove the downloaded
linear-release binary after execution.
@linear-code
Copy link

linear-code bot commented Mar 4, 2026

- name: Cleanup CLI binary
if: always()
shell: bash
run: rm -f "${{ github.action_path }}/linear-release"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tommoor tommoor requested a review from axelniklasson March 4, 2026 17:59
@tommoor tommoor marked this pull request as ready for review March 4, 2026 17:59
Copy link
Contributor

@axelniklasson axelniklasson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one!

@tommoor tommoor merged commit 1f1e65c into main Mar 5, 2026
3 checks passed
@tommoor tommoor deleted the tom/lin-58768-add-post-action-cleanup-step-19f7 branch March 5, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants