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 6ef88a4 commit 9ac0de9Copy full SHA for 9ac0de9
.changeset/lazy-peaches-own.md
@@ -0,0 +1,5 @@
1
+---
2
+"vscode-apollo": patch
3
4
+
5
+Adjustments to fix Release process
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
gh release upload "v$VERSION" "vscode-apollo-$VERSION.vsix"
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
- VERSION: ${{steps.changesets.outputs.publishedPackages[0].version}}
+ VERSION: ${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}
75
76
- name: Publish to Open VSX Registry
77
if: steps.changesets.outcome == 'success' && steps.changesets.outputs.published == 'true'
0 commit comments