diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7313c50a039..ff7a95ee199 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -190,4 +190,4 @@ jobs: - name: Publish Extension working-directory: ./editors/code # token from https://dev.azure.com/rust-analyzer/ - run: ./node_modules/vsce/out/vsce publish 0.1.0.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }} + run: ./node_modules/vsce/out/vsce publish 0.1.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }}