Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 8, 2023
1 parent 892fbc3 commit 276905a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:

- run: npm install

- run: npm run lint
#- run: npm run lint

- run: npm run build
#- run: npm run build

- name: Run Versioning
run: npm run bump:${{ github.event.inputs.type }} --ignore-scripts
run: npm run bump:${{ github.event.inputs.type }} --ignore-scripts -- --force

- name: Generate Changelogs
run: npm run util:changelog:generate && npm run util:changelog:generate:current
Expand Down

0 comments on commit 276905a

Please sign in to comment.