Skip to content

Commit f517a9f

Browse files
authored
fix: fix openvsx release (#1138)
1 parent 4ae6f9b commit f517a9f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/releaseOpenVsx.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
npx vsce package -o svn-scm-ovsx.vsix
2727
npx ovsx publish svn-scm-ovsx.vsix -p ${{ secrets.ovsxToken }}
2828
29-
- name: 'Get tag'
30-
id: getTag
31-
uses: "WyriHaximus/github-action-get-previous-tag@master"
32-
env:
33-
GITHUB_TOKEN: "${{ secrets.githubToken }}"
29+
- name: Get tag
30+
id: getTag
31+
uses: "WyriHaximus/github-action-get-previous-tag@master"
32+
env:
33+
GITHUB_TOKEN: "${{ secrets.githubToken }}"
3434

3535
- name: Upload Open VSX to release
36-
uses: svenstaro/upload-release-action@v2
37-
with:
38-
repo_token: ${{ secrets.githubToken }}
39-
file: svn-scm-ovsx.vsix
40-
tag: ${{ steps.getTag.outputs.tag }}
36+
uses: svenstaro/upload-release-action@v2
37+
with:
38+
repo_token: ${{ secrets.githubToken }}
39+
file: svn-scm-ovsx.vsix
40+
tag: ${{ steps.getTag.outputs.tag }}

0 commit comments

Comments
 (0)