Update .gitea/workflows/build_and_puplish.yml
/ build_and_publish (release) Failing after 31s

This commit is contained in:
2025-08-11 14:23:08 +00:00
parent 2c2579319d
commit a90e15514b
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
git config user.email "${{ vars.EMAIL_GIT }}"
git add package.json
git commit -m "Update version to ${{ github.ref_name }}"
git push origin HEAD:main
git push origin HEAD:${GITHUB_HEAD_REF:-$(git rev-parse --abbrev-ref HEAD)}
- name: Publish to Visual Studio Marketplace (Pre-Release)
if: ${{ github.event.release.prerelease }}
run: vsce publish --pre-release