diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4070fbdeae..14ffb4e50e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -343,7 +343,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | # do a gh release with the contract sources + bundle - gh release create --generate-notes "v${{ steps.next_version.outputs.version }}" "./protocol/target/ink/captcha/captcha.contract" "./protocol/target/ink/proxy/proxy.contract" "./packages/procaptcha-bundle/dist/bundle/procaptcha.bundle.js" + gh release create --generate-notes "v${{ steps.next_version.outputs.version }}" "./protocol/target/ink/captcha/captcha.contract" "./protocol/target/ink/proxy/proxy.contract" "./protocol/target/ink/common/common.contract" "./packages/procaptcha-bundle/dist/bundle/procaptcha.bundle.js" - name: Github release notification if: always()