Skip to content

Commit b7d0cf3

Browse files
committed
update action-gh-release version
1 parent 57802f0 commit b7d0cf3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- master
8-
7+
98
jobs:
109
build:
1110
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
zip -r release/vscode-web.zip demo # Change `demo` if build output is elsewhere
4141
4242
- name: Create GitHub Release
43-
uses: softprops/action-gh-release@v4
43+
uses: softprops/action-gh-release@v2
4444
with:
4545
files: release/vscode-web.zip
4646
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)