Skip to content

Commit 3c98681

Browse files
committed
Third time's a charm?
1 parent a0b065a commit 3c98681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ jobs:
190190
- name: Publish Extension
191191
working-directory: ./editors/code
192192
# 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 }}
193+
run: ./node_modules/vsce/out/vsce publish 0.1.$(date +%Y%m%d) --pat ${{ secrets.MARKETPLACE_TOKEN }}

0 commit comments

Comments
 (0)