Skip to content

Commit 2b71150

Browse files
authored
Merge pull request #4 from OpenForgeProject/dependabot/github_actions/softprops/action-gh-release-2
ci(deps): bump softprops/action-gh-release from 1 to 2
2 parents 0152040 + 1c196a8 commit 2b71150

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
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
3737

3838
- name: Create GitHub Release
39-
uses: softprops/action-gh-release@v1
39+
uses: softprops/action-gh-release@v2
4040
with:
4141
files: '*.vsix'
4242
generate_release_notes: true

0 commit comments

Comments
 (0)