Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Jun 3, 2024
1 parent 24547e5 commit f984eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
run: yarn install --frozen-lockfile

- name: Run npm version
run: npm version --no-git-tag-version ${{ inputs.version-args }}
run: npm version ${{ inputs.version-args }}

- name: Git push
run: |
git push origin ${{ inputs.branch }}
git push origin ${{ inputs.branch }} --tags
git push --tags
- name: Release to NPM
uses: JS-DevTools/npm-publish@v3
Expand Down

0 comments on commit f984eb6

Please sign in to comment.