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
Fix workflow
Remove undefined and now unused variable.
  • Loading branch information
martincostello committed Jul 22, 2025
commit 0c6d2de1ef6fcd6d3ad9c1b8c4663a21a3c91b51
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
tag_name: version,
target_commitish: process.env.DEFAULT_BRANCH,
name: version,
body,
draft,
generate_release_notes: true,
});
Expand Down
Loading