Skip to content

Commit 5b32760

Browse files
authored
更新 docker-image.yml
1 parent a94fc35 commit 5b32760

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
fetch-depth: 0
2424
token: ${{ secrets.GH_TOKEN }}
2525

26+
- name: Git Configuration
27+
run: |
28+
git config --global user.name "iidamie"
29+
git config --global user.email "iidamie@users.noreply.github.com"
30+
2631
- name: Semantic Release
2732
id: semantic
2833
uses: cycjimmy/semantic-release-action@v4
@@ -34,11 +39,6 @@ jobs:
3439
env:
3540
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3641

37-
- name: Debug Semantic Release Outputs
38-
run: |
39-
echo "New Version: ${{ steps.semantic.outputs.new_release_version }}"
40-
echo "Release Published: ${{ steps.semantic.outputs.new_release_published }}"
41-
4242
build-and-push:
4343
needs: semantic-release
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)