commit 5227459c5c1cca6e5cb2aceadd2653a99c62b7da
parent 1eb1cf1635a9e2811d12449a359b195d404bc8a5
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Mon, 24 Aug 2026 19:05:57 +0530
Merge pull request #78 from notamitgamer/notamitgamer-patch-1
Rename backup job to release in workflow
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -136,7 +136,7 @@ jobs:
with:
path: docs/.vitepress/dist
- backup:
+ release:
runs-on: ubuntu-latest
needs: build
if: github.actor != 'bot-for-notamitgamer[bot]'