We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbcf55 commit f83383fCopy full SHA for f83383f
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -156,8 +156,8 @@ jobs:
156
body: "This PR updates all dependency versions from Ocaramba.csproj and latest Ocaramba tag."
157
branch: auto/sync-ocaramba-versions
158
- name: "Upload vsix artifact to Release"
159
-
160
- run: gh release upload ${{ env.templateVersion }} ./Ocaramba.Templates.VSIX/bin/Release/Ocaramba.Templates.vsix
+ if: success() && startsWith(github.ref, 'refs/tags/')
161
env:
162
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163
- if: (success() && startsWith(github.ref, 'refs/tags/'))
+ run: gh release upload ${{ env.templateVersion }} ./Ocaramba.Templates.VSIX/bin/Release/Ocaramba.Templates.vsix
+
0 commit comments