We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd157ca commit c0c8076Copy full SHA for c0c8076
.github/workflows/release.yml
@@ -30,15 +30,11 @@ jobs:
30
with:
31
go-version-file: ./go.mod
32
cache-dependency-path: ./go.sum
33
-
34
- - name: Set release version
35
- run: |
36
37
- - name: Commit, push and tag changes
+
+ - name: Place a Git tag and push it
38
run: |
39
git config user.name "microcks-bot"
40
git config user.email "info@microcks.io"
41
- git commit -m "Releasing version ${{ github.event.inputs.version }}" .
42
git tag ${{ github.event.inputs.version }}
43
git push origin ${{ github.event.inputs.version }}
44
0 commit comments