Skip to content

Commit c0c8076

Browse files
committed
chore: #92 Automate release process with GoReleaser
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
1 parent cd157ca commit c0c8076

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,11 @@ jobs:
3030
with:
3131
go-version-file: ./go.mod
3232
cache-dependency-path: ./go.sum
33-
34-
- name: Set release version
35-
run: |
36-
37-
- name: Commit, push and tag changes
33+
34+
- name: Place a Git tag and push it
3835
run: |
3936
git config user.name "microcks-bot"
4037
git config user.email "info@microcks.io"
41-
git commit -m "Releasing version ${{ github.event.inputs.version }}" .
4238
git tag ${{ github.event.inputs.version }}
4339
git push origin ${{ github.event.inputs.version }}
4440

0 commit comments

Comments
 (0)