aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-09-06 19:27:32 +0200
committerLinnea Gräf <nea@nea.moe>2025-09-06 21:05:25 +0200
commit7b1137b2cc7f298e32d6223fd34b75c91392b3ee (patch)
tree536d6a2dcffa6bee9cdb495bd592c0b254156343
parent243eed453d1cd42d2018b02271dbb8e4e2fcf833 (diff)
downloadFirmament-7b1137b2cc7f298e32d6223fd34b75c91392b3ee.tar.gz
Firmament-7b1137b2cc7f298e32d6223fd34b75c91392b3ee.tar.bz2
Firmament-7b1137b2cc7f298e32d6223fd34b75c91392b3ee.zip
fix: relase -> release
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ed9ca61..5989a02 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
prepare-release:
- name: Prepare a relase
+ name: Prepare a release
runs-on: ubuntu-22.04
needs: build
if: ${{ 'push' == github.event_name && startsWith(github.ref, 'refs/tags/') }}