diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ba0f4726..ddb4b5016 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: cd $ROOT_DIR/.artifacts/logbox/${{ env.COLDBOX_VERSION }} && box forgebox publish - name: Create Github Release - uses: taiki-e/create-gh-release-action@v1.9.2 + uses: taiki-e/create-gh-release-action@v1.9.3 continue-on-error: true if: env.SNAPSHOT == 'false' with: