Skip to content

Commit

Permalink
chore: handle the case where no npm packages got published in dev ci …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
vesameskanen committed Aug 22, 2023
1 parent a3d88a3 commit 7085a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ jobs:
shell: bash
id: publish
- name: Parse publish logs
if: steps.publish.outputs.publish-logs != ''
run: |
{
echo 'published-packages<<EOF' >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7085a3b

Please sign in to comment.