We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1082fd commit 5baede0Copy full SHA for 5baede0
.github/workflows/cut-release.yaml
@@ -1,4 +1,3 @@
1
-# GitHub Action Workflow to update tags with new version number, update release notes, and create a new release
2
name: Create New Version and Release
3
4
on:
@@ -28,3 +27,8 @@ jobs:
28
27
29
- name: Cut Release
30
uses: softprops/action-gh-release@v2
+ 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