Skip to content

Commit

Permalink
ci: add force release version
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Dec 28, 2023
1 parent 0e04caf commit a08b25f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
description: Force a release
required: true
type: boolean
force_release_version:
description: Version of the release
required: false
type: string

permissions:
contents: write
Expand Down Expand Up @@ -51,4 +55,4 @@ jobs:
- name: Upload the palette files
run: |
tar czf catppuccin.tar.gz --directory=dist/palettes/ .
gh release upload ${{ needs.release-please.outputs.tag_name }} catppuccin.tar --clobber
gh release upload ${{ needs.release-please.outputs.tag_name || inputs.force_release_version }} catppuccin.tar --clobber

0 comments on commit a08b25f

Please sign in to comment.