Skip to content

Commit

Permalink
chore: update release system
Browse files Browse the repository at this point in the history
  • Loading branch information
Clovis committed Nov 2, 2024
1 parent 6eb0629 commit 425a24e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Bump version
run: |
npx yarn
npx commit-and-tag-version
- id: set_var
run: |
content=`cat ./package.json`
Expand All @@ -38,6 +33,7 @@ jobs:
- name: Build
run: |
npx yarn
# Build one time for release
export NODE_ENV=production
yarn build
Expand Down

0 comments on commit 425a24e

Please sign in to comment.