Skip to content

Commit 563ea09

Browse files
Merge pull request #41 from Githubguy132010/dependabot/github_actions/dot-github/workflows/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2 in /.github/workflows
2 parents 73b1b18 + 76e5e30 commit 563ea09

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)