Skip to content

Commit ca69d92

Browse files
Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (metaschema-framework#35)
Dependabot couldn't find the original pull request head commit, f32c1da. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c36db0 commit ca69d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
6161
- name: Create release
6262
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && contains('true', github.event.inputs.release))
63-
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
63+
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
6464
with:
6565
draft: true
6666
generate_release_notes: true

0 commit comments

Comments
 (0)