Skip to content

Commit

Permalink
ci: fix release-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Jan 24, 2025
1 parent 3eaef32 commit 38f7f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ jobs:
bun run ovsx publish *.vsix --pat ${{ secrets.OPEN_VSX_TOKEN }}
bun run vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }}
gh release create v${{ steps.check_commit.outputs.version }} nix-ide*.vsix --title "v${{ steps.check_commit.outputs.version }}" --notes "Release v${{ steps.check_commit.outputs.version }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 38f7f8a

Please # to comment.