diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c493d46..44e436d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,27 +1,2 @@ ---- -name: "tagged-release" - -on: - push: - tags: - - "v*" - -jobs: - tagged-release: - name: "Tagged Release" - runs-on: "ubuntu-latest" - - steps: - # ... - - name: "Build & test" - run: | - echo "done!" - - - uses: "marvinpinto/action-automatic-releases@latest" - with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: false - automatic_release_tag: "latest" - files: | - LICENSE.txt - *.jar +- name: Auto Release + uses: CupOfTea696/gh-action-auto-release@v1.0.2