Skip to content

Commit 99d41c6

Browse files
authored
ci(release): don't build and push (#50)
1 parent 772b454 commit 99d41c6

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/release.yml

-23
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,3 @@ jobs:
1717
id: release
1818
with:
1919
release-type: simple
20-
21-
- uses: actions/checkout@v4
22-
if: ${{ steps.release.outputs.release_created }}
23-
24-
- uses: extractions/setup-just@v2
25-
if: ${{ steps.release.outputs.release_created }}
26-
27-
- run: |
28-
curl -fsSL https://github.com/catppuccin/toolbox/releases/download/whiskers-v2.3.0/whiskers-x86_64-unknown-linux-gnu -o $RUNNER_TEMP/whiskers
29-
chmod +x $RUNNER_TEMP/whiskers
30-
echo $RUNNER_TEMP >> $GITHUB_PATH
31-
if: ${{ steps.release.outputs.release_created }}
32-
33-
- run: just all
34-
if: ${{ steps.release.outputs.release_created }}
35-
36-
- uses: EndBug/add-and-commit@v9
37-
if: ${{ steps.release.outputs.release_created }}
38-
with:
39-
message: "chore: release (${{ steps.release.outputs.tag_name }})"
40-
default_author: github_actions
41-
tag: '${{ steps.release.outputs.tag_name }} --force'
42-
tag_push: '--force'

0 commit comments

Comments
 (0)