diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 2c869af4b5..d5a5da38d6 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -39,7 +39,15 @@ jobs: token: ${{ secrets.RELEASE_TOKEN }} name: "Core Bundle v${{ env.CORE_VERSION }}" tag_name: "v${{ env.CORE_VERSION }}" - body: "https://github.com/B3Pay/ic-reactor/releases/download/v${{ env.CORE_VERSION }}/ic-reactor-core.min.js" + body: | + For production use: + ```html + + ``` + For development use: + ```html + + ``` files: | ./packages/core/umd/production/ic-reactor-core.min.js ./packages/core/umd/development/ic-reactor-core.js