Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
12101111 committed Dec 16, 2020
1 parent 384a549 commit 3c91065
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.51.1'
ref: '1.52.0'
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.51.1
release_name: Builtin extensions for vscode 1.52.0
prerelease: true

- name: Upload builtin extensions
Expand Down

0 comments on commit 3c91065

Please sign in to comment.