Skip to content

Commit 5baede0

Browse files
authored
Add missing params to Cut Release step
1 parent f1082fd commit 5baede0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cut-release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# GitHub Action Workflow to update tags with new version number, update release notes, and create a new release
21
name: Create New Version and Release
32

43
on:
@@ -28,3 +27,8 @@ jobs:
2827

2928
- name: Cut Release
3029
uses: softprops/action-gh-release@v2
30+
with:
31+
tag_name: ${{ steps.bump_version.outputs.new_tag }}
32+
generate_release_notes: true
33+
files: '*' # TODO: Narrow scope to specific action directories
34+

0 commit comments

Comments
 (0)