Skip to content

Commit 9ac0de9

Browse files
committed
Adjustments to fix Release process (#267)
1 parent 6ef88a4 commit 9ac0de9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lazy-peaches-own.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"vscode-apollo": patch
3+
---
4+
5+
Adjustments to fix Release process

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
gh release upload "v$VERSION" "vscode-apollo-$VERSION.vsix"
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74-
VERSION: ${{steps.changesets.outputs.publishedPackages[0].version}}
74+
VERSION: ${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}
7575

7676
- name: Publish to Open VSX Registry
7777
if: steps.changesets.outcome == 'success' && steps.changesets.outputs.published == 'true'

0 commit comments

Comments
 (0)