diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41e8fc9..73f58f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,9 +113,9 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true - - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v2.4.3 + - uses: marvinpinto/action-automatic-releases@v1.2.1 with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: clambin/pinger \ No newline at end of file + repo_token: "${{ secrets.GITHUB_TOKEN }}" + prerelease: false + files: | + bld/*