Skip to content

Commit c086718

Browse files
bors[bot]lnicola
andauthored
Merge #11094
11094: Actually nightly releases to Matketplace r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 578269e + 187c273 commit c086718

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ jobs:
253253
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix
254254

255255
- 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'
256+
if: github.ref != 'refs/heads/release'
258257
working-directory: ./editors/code
259258
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix --pre-release

0 commit comments

Comments
 (0)