diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 06b5c07..882c860 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -26,7 +26,7 @@ jobs: uses: pozetroninc/github-action-get-latest-release@master with: repository: OctoPrint/OctoPrint - excludes: draft + excludes: prerelease,draft token: ${{ secrets.REPODISPATCH_TOKEN }} - id: octopi_latestrelease @@ -34,7 +34,7 @@ jobs: uses: pozetroninc/github-action-get-latest-release@master with: repository: guysoft/OctoPi - excludes: draft + excludes: prerelease,draft token: ${{ secrets.REPODISPATCH_TOKEN }} - id: simplyprint_latestrelease @@ -42,7 +42,7 @@ jobs: uses: pozetroninc/github-action-get-latest-release@master with: repository: SimplyPrint/OctoPrint-SimplyPrint - excludes: draft + excludes: prerelease,draft token: ${{ secrets.REPODISPATCH_TOKEN }} - name: 💁 Print Versions