mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-02 18:40:43 +00:00
ci: configure git before bumping version
This commit is contained in:
@@ -93,6 +93,11 @@ jobs:
|
||||
run: |
|
||||
pip install -e .[dev]
|
||||
|
||||
- name: Git User config
|
||||
run: |
|
||||
git config --global user.email "action@github.com"
|
||||
git config --global user.name "github-actions"
|
||||
|
||||
- name: Bump version
|
||||
run: semantic-release -v DEBUG version
|
||||
|
||||
@@ -125,6 +130,11 @@ jobs:
|
||||
run: |
|
||||
pip install -e .[dev]
|
||||
|
||||
- name: Git User config
|
||||
run: |
|
||||
git config --global user.email "action@github.com"
|
||||
git config --global user.name "github-actions"
|
||||
|
||||
- name: Bump version
|
||||
run: semantic-release -v DEBUG version
|
||||
|
||||
@@ -161,6 +171,11 @@ jobs:
|
||||
run: |
|
||||
pip install -e .[dev]
|
||||
|
||||
- name: Git User config
|
||||
run: |
|
||||
git config --global user.email "action@github.com"
|
||||
git config --global user.name "github-actions"
|
||||
|
||||
- name: Bump version
|
||||
run: semantic-release -v DEBUG version
|
||||
|
||||
@@ -196,6 +211,11 @@ jobs:
|
||||
run: |
|
||||
pip install -e .[dev]
|
||||
|
||||
- name: Git User config
|
||||
run: |
|
||||
git config --global user.email "action@github.com"
|
||||
git config --global user.name "github-actions"
|
||||
|
||||
- name: Bump version
|
||||
run: semantic-release -v DEBUG version
|
||||
|
||||
@@ -231,8 +251,6 @@ jobs:
|
||||
with:
|
||||
path: artifacts
|
||||
|
||||
- run: ls -alR artifacts
|
||||
|
||||
- name: Copy artifacts to ./dist
|
||||
run: |
|
||||
mkdir -p ./dist
|
||||
@@ -241,8 +259,6 @@ jobs:
|
||||
mv artifacts/guessit-bin-windows/guessit.exe ./dist/guessit-windows.exe
|
||||
mv artifacts/guessit-python/* ./dist
|
||||
|
||||
- run: ls -al ./dist
|
||||
|
||||
- name: Git User config
|
||||
run: |
|
||||
git config --global user.email "action@github.com"
|
||||
|
||||
Reference in New Issue
Block a user