Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
fix: Test Miss
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Apr 8, 2024
1 parent bac40f3 commit 2c352d6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
npm version patch
- name: Commit changes
if: ${{ env.NPM_VERSION >= env.NPM_NEW_VERSION }}
run: |
git add *
git commit -am "Bump version to $NPM_NEWER_VERSION"
- name: Push changes
if: ${{ env.NPM_VERSION >= env.NPM_NEW_VERSION }}
env:
Expand Down

0 comments on commit 2c352d6

Please sign in to comment.