Skip to content

Commit

Permalink
Don't tag git version. (#244)
Browse files Browse the repository at this point in the history
GitHub is already adding the tag.
  • Loading branch information
floitsch authored Feb 15, 2024
1 parent fa578f5 commit 60efd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
VERSION=${{ steps.constants.outputs.version }}
VERSION_WITHOUT_V=$(echo $VERSION | sed 's/^v//')
yarn version --new-version $VERSION_WITHOUT_V --allow-same-version
yarn version --no-git-tag-version --new-version $VERSION_WITHOUT_V --allow-same-version
yarn run package
if [[ "${{ github.event_name }}" == "release" && "$VERSION_WITHOUT_V" != "$VERSION" ]]; then
cp toit-*.vsix toit-${{ steps.constants.outputs.version }}.vsix
Expand Down

0 comments on commit 60efd96

Please sign in to comment.