Skip to content

Commit

Permalink
fix: fix openvsx release (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnstonCode committed Nov 8, 2020
1 parent 4ae6f9b commit f517a9f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/releaseOpenVsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
npx vsce package -o svn-scm-ovsx.vsix
npx ovsx publish svn-scm-ovsx.vsix -p ${{ secrets.ovsxToken }}
- name: 'Get tag'
id: getTag
uses: "WyriHaximus/github-action-get-previous-tag@master"
env:
GITHUB_TOKEN: "${{ secrets.githubToken }}"
- name: Get tag
id: getTag
uses: "WyriHaximus/github-action-get-previous-tag@master"
env:
GITHUB_TOKEN: "${{ secrets.githubToken }}"

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

0 comments on commit f517a9f

Please sign in to comment.