Skip to content

Commit c5cacee

Browse files
Merge pull request #105 from OpenDTU-App/dependabot/github_actions/softprops/action-gh-release-2
2 parents a30115f + 4627481 commit c5cacee

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
@@ -93,7 +93,7 @@ jobs:
9393
# skip release creation if this is not a tag push
9494
- name: Create Release
9595
id: create_release
96-
uses: softprops/action-gh-release@v1
96+
uses: softprops/action-gh-release@v2
9797
if: startsWith(github.ref, 'refs/tags/')
9898
with:
9999
generate_release_notes: true

0 commit comments

Comments
 (0)