Skip to content

Commit 5bdb9d3

Browse files
authored
Merge pull request #5 from nicopasla/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents 3db6e01 + 823a075 commit 5bdb9d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Upload VSIX to release
3838
if: github.event_name == 'release'
39-
uses: softprops/action-gh-release@v2
39+
uses: softprops/action-gh-release@v3
4040
with:
4141
files: '*.vsix'
4242
- name: Publish to VS Code Marketplace

0 commit comments

Comments
 (0)