Skip to content

Commit 187c273

Browse files
committed
Actually nightly releases to Matketplace
1 parent 578269e commit 187c273

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)