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.
2 parents 578269e + 187c273 commit c086718Copy full SHA for c086718
.github/workflows/release.yaml
@@ -253,7 +253,6 @@ jobs:
253
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix
254
255
- name: Publish Extension (nightly)
256
- # check specifically for nightly in case someone triggers a release on a feature branch
257
- if: github.ref == 'refs/heads/nightly'
+ if: github.ref != 'refs/heads/release'
258
working-directory: ./editors/code
259
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix --pre-release
0 commit comments