diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75985e4..76f94a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: CI on: push: branches: [ main, master, 'jf-*' ] - tags: [ 'v*' ] pull_request: branches: [ main, master ] @@ -134,13 +133,4 @@ jobs: with: name: binaries path: dist/* - retention-days: 7 - - - name: Create Release - if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@v2 - with: - files: dist/* - draft: false - prerelease: false - generate_release_notes: true \ No newline at end of file + retention-days: 7 \ No newline at end of file