We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5baede0 commit 7c88deaCopy full SHA for 7c88dea
.github/workflows/cut-release.yaml
@@ -28,6 +28,7 @@ jobs:
28
- name: Cut Release
29
uses: softprops/action-gh-release@v2
30
with:
31
+ token: ${{ secrets.REPO_TOKEN }}
32
tag_name: ${{ steps.bump_version.outputs.new_tag }}
33
generate_release_notes: true
34
files: '*' # TODO: Narrow scope to specific action directories
0 commit comments