Skip to content

Commit

Permalink
fix: enable publish release
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin committed Nov 13, 2023
1 parent 3afced0 commit 9a21a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Publish Extension
if: steps.is_prerelease.outputs.prerelease == 'false'
run: npx @vscode/vsce publish --no-git-tag-version --pre-release $GITHUB_REF_NAME
run: npx @vscode/vsce publish --no-git-tag-version $GITHUB_REF_NAME
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

Expand Down

0 comments on commit 9a21a15

Please sign in to comment.