Skip to content

Commit

Permalink
Add release action for Core Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Feb 24, 2024
1 parent 4138171 commit 2a56099
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
run: yarn build

- uses: actions/checkout@v3
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
- name: Release file
uses: djnicholson/release-action@v2.10
with:
title: Release ${{ github.ref }}
token: ${{ secrets.RELEASE_TOKEN }}
release_name: Core Bundle ${{ github.ref }}
release_tag: ${{ github.ref }}
asset-name: "ic-reactor-core.min.js"
file: "./packages/core/umd/production/ic-reactor-core.min.js"

0 comments on commit 2a56099

Please sign in to comment.