diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f44d131..99658d9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,10 +22,11 @@ jobs: - name: Compile project run: mvn clean compile assembly:single - - name: Upload to github releases - uses: yakuhzi/release-asset@latest + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') with: - file: ./target/*.jar + files: .target/*.jar - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@multi-module