Skip to content

Commit

Permalink
Update .github/workflows/release-please.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Good <[email protected]>
  • Loading branch information
aladdin-add and scagood authored Jan 18, 2024
1 parent c784dc7 commit af88435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.release_created }}
# - run: 'npx @humanwhocodes/tweet "espree ${{ steps.release.outputs.tag_name }} has been released: ${{ steps.release.outputs.html_url }}"'
# if: ${{ steps.release.outputs.release_created }}
# env:
Expand Down

0 comments on commit af88435

Please sign in to comment.