We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6034553 commit b6dd6cdCopy full SHA for b6dd6cd
1 file changed
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
76
# Delete old major version tag
77
- name: Delete old major version tag
78
- uses: somaz94/go-git-commit-action@v1
+ uses: ./
79
with:
80
user_email: 'action@github.com'
81
user_name: 'GitHub Action'
@@ -85,7 +85,7 @@ jobs:
85
86
# Create new major version tag
87
- name: Create new major version tag
88
89
90
91
0 commit comments