Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
12101111 committed Nov 12, 2020
1 parent 0cae6b6 commit fff9173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vscode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: microsoft/vscode
ref: '1.50.0'
ref: '1.51.1'
path: vscode

- name: Setup nodejs
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Nodejs cache for vscode 1.49.0
release_name: Nodejs cache for vscode 1.51.1
prerelease: true

- name: Upload builtin extensions
Expand Down

0 comments on commit fff9173

Please sign in to comment.