We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94fc35 commit 5b32760Copy full SHA for 5b32760
.github/workflows/docker-image.yml
@@ -23,6 +23,11 @@ jobs:
23
fetch-depth: 0
24
token: ${{ secrets.GH_TOKEN }}
25
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
+
31
- name: Semantic Release
32
id: semantic
33
uses: cycjimmy/semantic-release-action@v4
@@ -34,11 +39,6 @@ jobs:
34
39
env:
35
40
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
36
41
37
- - name: Debug Semantic Release Outputs
38
- run: |
- echo "New Version: ${{ steps.semantic.outputs.new_release_version }}"
- echo "Release Published: ${{ steps.semantic.outputs.new_release_published }}"
-
42
build-and-push:
43
needs: semantic-release
44
runs-on: ubuntu-latest
0 commit comments