]> git.lizzy.rs Git - rust.git/commitdiff
Remove redundant --pre-release flag from publish
authorLaurențiu Nicola <lnicola@dend.ro>
Sun, 14 Aug 2022 17:52:43 +0000 (20:52 +0300)
committerLaurențiu Nicola <lnicola@dend.ro>
Sun, 14 Aug 2022 17:52:43 +0000 (20:52 +0300)
.github/workflows/release.yaml

index d5d8df2345fa91f9ad45fe25cce46ec1fea06aa8..3c36c4fb84a2b28e6c2798103f576f7f51f55d23 100644 (file)
@@ -253,9 +253,9 @@ jobs:
       - name: Publish Extension (Code Marketplace, nightly)
         if: github.ref != 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
         working-directory: ./editors/code
-        run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix --pre-release
+        run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix
 
       - name: Publish Extension (OpenVSX, nightly)
         if: github.ref != 'refs/heads/release' && (github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer')
         working-directory: ./editors/code
-        run: npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix --pre-release
+        run: npx ovsx publish --pat ${{ secrets.OPENVSX_TOKEN }} --packagePath ../../dist/rust-analyzer-*.vsix