diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 0bb98e0a4d..ea5488d6e9 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -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"