Skip to content

Commit

Permalink
Update release body with production and development script URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Feb 25, 2024
1 parent 24789fd commit 23d7f14
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="https://github.com/B3Pay/ic-reactor/releases/download/v${{ env.CORE_VERSION }}/ic-reactor-core.min.js"></script>
```
For development use:
```html
<script src="https://github.com/B3Pay/ic-reactor/releases/download/v${{ env.CORE_VERSION }}/ic-reactor-core.js"></script>
```
files: |
./packages/core/umd/production/ic-reactor-core.min.js
./packages/core/umd/development/ic-reactor-core.js
Expand Down

0 comments on commit 23d7f14

Please sign in to comment.