Skip to content

Commit

Permalink
➿ mommy fixes her curls~
Browse files Browse the repository at this point in the history
  • Loading branch information
FWDekker committed Feb 28, 2024
1 parent e53b181 commit e61af24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
echo -e "mommy can also be installed using a package manager. [check the readme for more info](https://github.com/FWDekker/mommy/tree/${MOMMY_VERSION}#-installation)~\n" | cat - RELEASE_NOTES.md | tee RELEASE_NOTES.md
- name: Publish release
uses: softprops/action-gh-release@v1
if: ${{ github.event.inputs.dry_run == 'false' }} && ${{ github.event.inputs.release_mommy == 'true' }}
if: ${{ github.event.inputs.dry_run == 'false' && github.event.inputs.release_mommy == 'true' }}
with:
target_commitish: main
tag_name: ${{ env.MOMMY_VERSION }}
Expand Down

0 comments on commit e61af24

Please sign in to comment.