Skip to content

Commit

Permalink
ci(release): don't build and push (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 12, 2024
1 parent 772b454 commit 99d41c6
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,3 @@ jobs:
id: release
with:
release-type: simple

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

- uses: extractions/setup-just@v2
if: ${{ steps.release.outputs.release_created }}

- run: |
curl -fsSL https://github.com/catppuccin/toolbox/releases/download/whiskers-v2.3.0/whiskers-x86_64-unknown-linux-gnu -o $RUNNER_TEMP/whiskers
chmod +x $RUNNER_TEMP/whiskers
echo $RUNNER_TEMP >> $GITHUB_PATH
if: ${{ steps.release.outputs.release_created }}
- run: just all
if: ${{ steps.release.outputs.release_created }}

- uses: EndBug/add-and-commit@v9
if: ${{ steps.release.outputs.release_created }}
with:
message: "chore: release (${{ steps.release.outputs.tag_name }})"
default_author: github_actions
tag: '${{ steps.release.outputs.tag_name }} --force'
tag_push: '--force'

0 comments on commit 99d41c6

Please sign in to comment.