Skip to content

Commit

Permalink
chore: cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Dec 17, 2024
1 parent ac460d2 commit 0b86543
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
token: ${{ secrets.MIME_RELEASE_PLEASE_TOKEN }}
release-type: node

- run: echo "Release created?... ${{ steps.release.outputs.release_created }}"

# Steps below handle publication to NPM

- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 0b86543

Please sign in to comment.