mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-01 01:58:13 +00:00
ci: avoid mutating repository on semantic-release version command
This commit is contained in:
@@ -102,7 +102,7 @@ jobs:
|
||||
git config --global user.name "github-actions"
|
||||
|
||||
- name: Bump version
|
||||
run: semantic-release version
|
||||
run: semantic-release version --no-commit --no-tag --no-push
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -141,7 +141,7 @@ jobs:
|
||||
git config --global user.name "github-actions"
|
||||
|
||||
- name: Bump version
|
||||
run: semantic-release version
|
||||
run: semantic-release version --no-commit --no-tag --no-push
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -184,7 +184,7 @@ jobs:
|
||||
git config --global user.name "github-actions"
|
||||
|
||||
- name: Bump version
|
||||
run: semantic-release version
|
||||
run: semantic-release version --no-commit --no-tag --no-push
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -226,7 +226,7 @@ jobs:
|
||||
git config --global user.name "github-actions"
|
||||
|
||||
- name: Bump version
|
||||
run: semantic-release version
|
||||
run: semantic-release version --no-commit --no-tag --no-push
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user