Skip to content

Commit

Permalink
ci(release): reformat(?)
Browse files Browse the repository at this point in the history
GitHub actions moment? Prettier moment? idk
  • Loading branch information
nekowinston committed Nov 28, 2023
1 parent 4529b09 commit a672870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ jobs:
- name: Add fils to GH Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ needs.release-please.outputs.tag_name }} ${{ steps.packageExtension.outputs.vsixPath }}
run: |
gh release upload ${{ needs.release-please.outputs.tag_name }} ${{ steps.packageExtension.outputs.vsixPath }}

0 comments on commit a672870

Please sign in to comment.