diff --git a/.github/workflows/pubish_release.yml b/.github/workflows/pubish_release.yml deleted file mode 100644 index 6f9abb9..0000000 --- a/.github/workflows/pubish_release.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Publish - -on: - push: - tags: - - "v*" - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Release - uses: softprops/action-gh-release@v2