Skip to content

Commit

Permalink
added release action
Browse files Browse the repository at this point in the history
  • Loading branch information
i3ene committed Jun 13, 2023
1 parent c13b426 commit 0243a69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0243a69

Please sign in to comment.