Skip to content

Commit

Permalink
📖 Docs: Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yym68686 committed Sep 26, 2024
1 parent c2ae771 commit 13a1a61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ jobs:
echo "New version: $NEW_VERSION"
echo "new_version=$NEW_VERSION" >> $GITHUB_OUTPUT
- name: Commit version bump
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add VERSION
git commit -m "Bump version to ${{ steps.bump_version.outputs.new_version }}"
git push
- name: Build and push Docker image
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 13a1a61

Please sign in to comment.