diff options
| author | Lain Iwakura <lain@lainmail.xyz> | 2026-03-15 19:02:20 +0300 |
|---|---|---|
| committer | Lain Iwakura <lain@lainmail.xyz> | 2026-03-15 19:02:20 +0300 |
| commit | 6a137b22c356ec54adf3e7a45b9c807af799c623 (patch) | |
| tree | d387ab486bad5275eef932a9f1a51abfcf87e22b /.forgejo/workflows/build.yml | |
| parent | ac3f12a7c0f70511eafec13dce83946c111cbda2 (diff) | |
chore(ci): mb
Diffstat (limited to '.forgejo/workflows/build.yml')
| -rw-r--r-- | .forgejo/workflows/build.yml | 14 |
1 files changed, 1 insertions, 13 deletions
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 |
