Skip to content

Commit

Permalink
CI fix 13
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Oct 16, 2024
1 parent 3ecefb9 commit e5419d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
echo "Created new release branch: $NEW_BRANCH"
echo "NEW_BRANCH=$NEW_BRANCH" >> "$GITHUB_ENV"
- name: 'Commit package version'
run: |
git config user.email "" && git config user.name "GitHub Release"
git add package.json && git add package-lock.json && git commit -am "Bump version to $NEW_VERSION [release]"
git push --set-upstream origin "$NEW_BRANCH"
- name: 'Commit package version'
run: |
git config user.email "" && git config user.name "GitHub Release"
git add package.json && git add package-lock.json && git commit -am "Bump version to $NEW_VERSION [release]"
git push --set-upstream origin "$NEW_BRANCH"
- uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e5419d2

Please sign in to comment.