Skip to content

Commit 15559af

Browse files
[MADE GO MICROSERVICE BOILER PLATE]
1 parent b3de0dd commit 15559af

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v*.*.*' # Trigger on version tags like vv1.0.0
6+
- 'v*.*.*' # Trigger on version tags like v1.0.0
77

88
permissions:
99
contents: write
@@ -51,24 +51,6 @@ jobs:
5151
release/gores-linux-amd64
5252
release/gores-darwin-amd64
5353
release/gores-windows-amd64.exe
54-
55-
- name: Upload Linux binary
56-
uses: actions/upload-artifact@v4
57-
with:
58-
name: gores-linux-amd64
59-
path: release/gores-linux-amd64
60-
61-
- name: Upload macOS binary
62-
uses: actions/upload-artifact@v4
63-
with:
64-
name: gores-darwin-amd64
65-
path: release/gores-darwin-amd64
66-
67-
- name: Upload Windows binary
68-
uses: actions/upload-artifact@v4
69-
with:
70-
name: gores-windows-amd64.exe
71-
path: release/gores-windows-amd64.exe
7254
7355
release:
7456
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)