diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 901f60983..83b8a2015 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.1 + uses: taiki-e/create-gh-release-action@v1.9.2 continue-on-error: true if: env.SNAPSHOT == 'false' with: