From 0243a696ef3c18d4f59e55c99252f1401f8bd56a Mon Sep 17 00:00:00 2001 From: I3ene Date: Tue, 13 Jun 2023 15:51:31 +0200 Subject: [PATCH] added release action --- .github/workflows/ci-cd.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: