Skip to content

Commit 2e65f4f

Browse files
Merge branch 'main' into dependabot/github_actions/dot-github/workflows/actions/setup-python-5
2 parents e037039 + 563ea09 commit 2e65f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
187187
- name: Create Release
188188
id: create_release
189-
uses: softprops/action-gh-release@v1
189+
uses: softprops/action-gh-release@v2
190190
if: github.ref == 'refs/heads/main'
191191
with:
192192
tag_name: v${{ env.VERSION }}

0 commit comments

Comments
 (0)