Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Dec 4, 2024
1 parent cf9f6b5 commit 2461efc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,8 @@ jobs:
- run: |
git config --global user.name github-actions
git config --global user.email [email protected]
- name: npm version
if: inputs.version != 'doconly'
run: |
npm version ${{ inputs.version }}
git add package.json package-lock.json
git commit -m v${{ inputs.version }}
git tag v${{ inputs.version }}
- if: inputs.version != 'doconly'
run: npm version ${{ inputs.version }}
- run: git show HEAD
- run: npm run build
- run: npm run docs
Expand Down

0 comments on commit 2461efc

Please sign in to comment.