We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999c3d6 commit 7e8848aCopy full SHA for 7e8848a
.github/workflows/marketplace-publish.yml
@@ -58,7 +58,7 @@ jobs:
58
run: |
59
current_package_version=$(node -p "require('./src/package.json').version")
60
git tag -a "v${current_package_version}" -m "Release v${current_package_version}"
61
- git push origin "v${current_package_version}"
+ git push origin "v${current_package_version}" --no-verify
62
echo "Successfully created and pushed git tag v${current_package_version}"
63
- name: Publish Extension
64
env:
0 commit comments