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

Commit

Permalink
fix: add忘れ
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Apr 8, 2024
1 parent 070b90a commit 19218bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
npm version patch
node -e "console.log(require('./package.json').version)"
- 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
Expand Down Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Commit changes
if: ${{ env.NPM_VERSION >= env.NPM_NEW_VERSION }}
run: |
git add *
git commit -am "Bump version to $NPM_NEW_VERSION"
- name: Push changes
Expand Down Expand Up @@ -128,6 +129,7 @@ jobs:
- name: Commit changes
if: ${{ env.NPM_VERSION >= env.NPM_NEW_VERSION }}
run: |
git add *
git commit -am "Bump version to $NPM_NEW_VERSION"
- name: Push changes
Expand Down

0 comments on commit 19218bd

Please sign in to comment.