From 6a137b22c356ec54adf3e7a45b9c807af799c623 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Sun, 15 Mar 2026 19:02:20 +0300 Subject: chore(ci): mb --- .forgejo/workflows/build.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to '.forgejo/workflows') diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index c49bd47..cbb25ad 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -32,16 +32,4 @@ jobs: path: web/ retention-days: 30 - # evil release block - - name: Create Release - if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: blog-${{ github.sha }} - release_name: Blog Build ${{ github.sha }} - draft: false - prerelease: false - files: | - web/* + #TODO: push to releases? deploy? \ No newline at end of file -- cgit v1.3