diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2906d1d..047ed2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: zip -r9v ../_publish.all/jira-worklogger.${VERSION}.portable.zip . cd .. - name: Release All Builds - uses: marvinpinto/action-automatic-releases@latest + uses: uses: softprops/action-gh-release@v1 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false