Skip to content

Commit

Permalink
Merge pull request #38 from kunai-consulting/linear-soc2
Browse files Browse the repository at this point in the history
refactor: log out changeset outputs
  • Loading branch information
thejackshelton-kunaico authored Aug 23, 2024
2 parents eb09b75 + 8aeed76 commit dea8513
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 dea8513

Please sign in to comment.