We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00533c5 commit d82ff9aCopy full SHA for d82ff9a
.github/workflows/release.yml
@@ -112,7 +112,7 @@ jobs:
112
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"
113
with:
114
repo_token: "${{ secrets.GITHUB_TOKEN }}"
115
- automatic_release_tag: "${{ env.EXT_VERSION }}"
+ automatic_release_tag: "${{ github.event_name != 'schedule' && inputs.publishPreRelease != 'true' && env.EXT_VERSION || null }}"
116
draft: true
117
files: |
118
vscode-yaml-${{ env.EXT_VERSION }}-${{github.run_number}}*.vsix
0 commit comments