diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2022-08-14 20:52:43 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2022-08-14 20:52:43 +0300 |
| commit | c61237b2b293d6f62270f6047ca11306f6871c39 (patch) | |
| tree | fb72e2181016aac815d4e5876e89de178937d8b5 | |
| parent | 010f68cacfdddcc50234b54965e1326d7ad925ab (diff) | |
| download | rust-c61237b2b293d6f62270f6047ca11306f6871c39.tar.gz rust-c61237b2b293d6f62270f6047ca11306f6871c39.zip | |
Remove redundant --pre-release flag from publish
| -rw-r--r-- | .github/workflows/release.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d5d8df2345f..3c36c4fb84a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 |
