Skip to content

Commit

Permalink
Add GitHub release action for creating a release
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Feb 24, 2024
1 parent 1219c00 commit 33dae0c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 69 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ jobs:

- name: Build
run: yarn build

- uses: actions/checkout@v3
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
title: Release ${{ github.ref }}
68 changes: 0 additions & 68 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"bundle": "npm run bundle:dev && npm run bundle:prod",
"bundle:dev": "npx webpack --mode development",
"bundle:prod": "npx webpack --mode production",
"build": "npx tsc",
"build": "npx tsc && npm run bundle",
"clean": "npx rimraf dist"
},
"engines": {
Expand Down

0 comments on commit 33dae0c

Please sign in to comment.