diff --git a/.github/workflows/release_pyromod.yml b/.github/workflows/release_pyromod.yml index eb1fa75..59d7ff3 100644 --- a/.github/workflows/release_pyromod.yml +++ b/.github/workflows/release_pyromod.yml @@ -30,7 +30,7 @@ jobs: cd output sha256sum $OUTPUT_FILE > $OUTPUT_FILE.sha256sum - name: Release PyroMod - uses: ncipollo/release-action@v1 + uses: ncipollo/release-action@main with: allowUpdates: True prerelease: False