diff --git a/.gitea/workflows/release/create-release-on-tag.yaml b/.gitea/workflows/release/create-release-on-tag.yaml deleted file mode 100644 index e9871cd..0000000 --- a/.gitea/workflows/release/create-release-on-tag.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: Create release -run-name: Create release on tag - -on: - push: - tags: - - v* - -jobs: - create-release: - runs-on: ubuntu-latest - steps: - - name: release - uses: https://github.com/softprops/action-gh-release@v1 - with: - body_path: ${{ github.workspace }}/.changes/v${{ github.ref }}.md