Skip to content

Commit

Permalink
chore(ci): add whole package archive to GH release (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored May 19, 2023
1 parent 7b61ff6 commit 7e364ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
env:
YARN_NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Add Corepack executable to GitHub release
run: gh release upload ${{ needs.release-please.outputs.release_tag }} dist/
- run: corepack yarn pack --out corepack.tgz
- name: Add Corepack package archive to GitHub release
run: gh release upload ${{ needs.release-please.outputs.release_tag }} corepack.tgz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e364ad

Please sign in to comment.