Skip to content

Commit

Permalink
chore: add summary to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 3, 2023
1 parent 99f3a33 commit c49055d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,8 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
yarn lerna publish from-package --tag-version-prefix='' --dist-tag ${{ steps.do-publish.outputs.publish }} --yes --no-verify-access
NEW_VERSION=$(node -p "require('./packages/timeline-state-resolver/package.json').version")
echo "**Published:** $NEW_VERSION" >> $GITHUB_STEP_SUMMARY
env:
CI: true

0 comments on commit c49055d

Please sign in to comment.