Skip to content

Commit

Permalink
πŸ’š git issue
Browse files Browse the repository at this point in the history
  • Loading branch information
THMKAE committed Mar 11, 2021
1 parent 2e816e9 commit 70f959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
npm --no-git-tag-version version ${{env.PACKAGE_VERSION}}
git add .
git commit ${{env.PACKAGE_VERSION}}
git commit -m ${{env.PACKAGE_VERSION}}
- name: Bump version for workflow dispatch
if: ${{ github.event_name == 'workflow_dispatch' }}
run: npm version ${{env.PACKAGE_VERSION}}
Expand Down

0 comments on commit 70f959b

Please sign in to comment.