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 98fc57e commit 3064ea3Copy full SHA for 3064ea3
.github/workflows/release.yml
@@ -188,3 +188,8 @@ jobs:
188
ovsx publish --skip-duplicate -p ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --packagePath ${platformVsix}
189
done
190
ovsx publish --skip-duplicate -p ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --packagePath vscode-java/vscode-java-*-${GITHUB_RUN_NUMBER}.vsix
191
+ - name: Delete saved artifact
192
+ if: always()
193
+ uses: geekyeggo/delete-artifact@e46cfb9575865f907c2beb2e4170b5f4c7d77c52
194
+ with:
195
+ name: vscode-java
0 commit comments