Skip to content

Commit

Permalink
workflow: add publish debug step
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus committed Jul 5, 2024
1 parent 0f5f661 commit 61ec2bd
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 @@ -52,6 +52,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Debug
run: echo "${{ steps.changesets.outputs.publishedPackages }}"

- name: Process results
id: opa_pkg
run: |
Expand Down

0 comments on commit 61ec2bd

Please sign in to comment.