Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cl0v1s authored Nov 9, 2022
1 parent e759324 commit 0274df2
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,5 @@ jobs:

- name: Build
run: |
export NODE_ENV=production
yarn
yarn build
- name: Automatic Releases
# You may pin to the exact commit or the version.
# uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0
uses: marvinpinto/[email protected]
with:
# GitHub secret token
repo_token: ${{ secrets.GITHUB_TOKEN }}
# Assets to upload to the release
files: |
static
NODE_ENV=production yarn
NODE_ENV=production yarn build

0 comments on commit 0274df2

Please sign in to comment.