Skip to content

Commit

Permalink
fix(ci): setup git user for bump version action
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrimbda committed Oct 23, 2023
1 parent 6c9ceff commit a37e409
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ name: Bump Version
on:
# manually trigger
workflow_dispatch:
inputs:
rebuild:
type: string
description: 'Rebuild All Packages'
required: false
default: 'false'

jobs:
gh-pages-global:
bump-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: setup git
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-node@v3
with:
node-version: 18.17.0
Expand Down

0 comments on commit a37e409

Please sign in to comment.