Skip to content

Commit a52caf6

Browse files
authored
Merge pull request #21 from music-assistant/dependabot/github_actions/softprops/action-gh-release-3
ci: bump softprops/action-gh-release from 2 to 3
2 parents 850694b + 35b2181 commit a52caf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656

5757
- name: Create GitHub Release
58-
uses: softprops/action-gh-release@v2
58+
uses: softprops/action-gh-release@v3
5959
with:
6060
tag_name: ${{ steps.version.outputs.version }}
6161
name: ${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)