diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml deleted file mode 100644 index d908e8c..0000000 --- a/.gitea/workflows/release-tag.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: release - -on: - push: - tags: - - '*' - -jobs: - release: - runs-on: ubuntu-latest - steps: - - uses: https://git.phyllo.me/actions/checkout@v4 - with: - fetch-depth: 0 - - uses: https://git.phyllo.me/actions/action-gh-release@v2 - with: - files: |- - bin/** - api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file