We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b065a commit 3c98681Copy full SHA for 3c98681
.github/workflows/release.yaml
@@ -190,4 +190,4 @@ jobs:
190
- name: Publish Extension
191
working-directory: ./editors/code
192
# token from https://dev.azure.com/rust-analyzer/
193
- 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 }}
0 commit comments