Skip to content

Commit

Permalink
Adjustments to fix Release process (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored Jan 16, 2025
1 parent e7cd50d commit 8706670
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lazy-peaches-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vscode-apollo": patch
---

Adjustments to fix Release process
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
gh release upload "v$VERSION" "vscode-apollo-$VERSION.vsix"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{steps.changesets.outputs.publishedPackages[0].version}}
VERSION: ${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}

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

0 comments on commit 8706670

Please sign in to comment.