diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5c5340e..4cd9f22 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -49,6 +49,11 @@ jobs: - name: Bundle run: npm run bundle + - name: Create release + uses: Roang-zero1/github-create-release-action@v2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload release artifacts uses: Roang-zero1/github-upload-release-artifacts-action@v2 with: