Skip to content

Commit 0638058

Browse files
authored
Merge pull request #616 from matomo-org/dependabot/github_actions/softprops/action-gh-release-2.4.1
Bump softprops/action-gh-release from 2.3.4 to 2.4.1
2 parents f7c0fcd + d60efff commit 0638058

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
@@ -45,7 +45,7 @@ jobs:
4545
echo "PRE_RELEASE=$prerelease" >> $GITHUB_ENV
4646
echo "prerelease=$prerelease"
4747
- name: Create Release
48-
uses: softprops/action-gh-release@v2.3.4
48+
uses: softprops/action-gh-release@v2.4.1
4949
with:
5050
tag_name: ${{steps.tagger.outputs.tag}}
5151
name: ${{steps.tagger.outputs.tag}}

0 commit comments

Comments
 (0)