Skip to content

Commit

Permalink
feat: add whiskers (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Amy <git@amyerskine.me>
Co-authored-by: winston <hey@winston.sh>
  • Loading branch information
3 people authored Oct 27, 2023
1 parent 1c1e9aa commit 9c4a5bb
Show file tree
Hide file tree
Showing 20 changed files with 1,280 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
catwalk_tag: ${{ steps.release.outputs['catwalk--tag_name'] }}
puccinier_release: ${{ steps.release.outputs['puccinier--release_created'] || env.ACT }}
puccinier_tag: ${{ steps.release.outputs['puccinier--tag_name'] }}
whiskers_release: ${{ steps.release.outputs['whiskers--release_created'] || env.ACT }}
whiskers_tag: ${{ steps.release.outputs['whiskers--tag_name'] }}

upload-catwalk:
needs: release-please
Expand All @@ -40,3 +42,12 @@ jobs:
tag: ${{ needs.release-please.outputs.puccinier_tag }}
executable: puccinier
member: puccinier

upload-whiskers:
needs: release-please
if: ${{ needs.release-please.outputs.puccinier_release }}
uses: ./.github/workflows/upload-rust.yml
with:
tag: ${{ needs.release-please.outputs.whiskers_tag }}
executable: whiskers
member: catppuccin-whiskers
Loading

0 comments on commit 9c4a5bb

Please sign in to comment.