Skip to content

Commit 67f216a

Browse files
authored
Merge pull request #20 from EngineScript/dependabot/github_actions/actions-6bbbf9925a
Bump softprops/action-gh-release from 2.2.2 to 2.3.2 in the actions group
2 parents 1fedf79 + ee6a104 commit 67f216a

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
6161
- name: Create Release
6262
if: steps.check_release.outputs.exists == 'false'
63-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
63+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
6464
with:
6565
tag_name: v${{ steps.get_version.outputs.version }}
6666
name: Release v${{ steps.get_version.outputs.version }}

0 commit comments

Comments
 (0)