Skip to content

Commit

Permalink
refactor: log out changeset outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton-kunaico committed Aug 23, 2024
1 parent 412d2c0 commit 8aeed76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: 📝 Log Changesets Outputs
run: |
echo "Published: ${{ steps.changesets.outputs.published }}"
echo "Pull Request Number: ${{ steps.changesets.outputs.pullRequestNumber }}"
echo "Pull Request URL: ${{ steps.changesets.outputs.pullRequestUrl }}"
- name: 💥 Create Linear Release Issue
if: steps.changesets.outputs.pullRequestNumber
env:
Expand Down

0 comments on commit 8aeed76

Please sign in to comment.