Skip to content

Commit

Permalink
ci: fix GH release workflow (#877)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
  • Loading branch information
michael-siek and straker committed Oct 24, 2023
1 parent a80add3 commit ddba444
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,10 @@ jobs:
npx lerna publish from-package \
--force-publish='*' \
--yes
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
- run: |
PKG_VERSION=$(jq -r .version < lerna.json)
gh release create $PKG_VERSION \
--title "Release $PKG_VERSION" \
--generate-notes \
--repo ${{ github.repository }}
--target master

0 comments on commit ddba444

Please sign in to comment.