Skip to content

Commit f415bf9

Browse files
committed
Reworked autorelease
1 parent 954a605 commit f415bf9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/auto_release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ jobs:
1313
uses: actions/setup-go@v2
1414
with:
1515
go-version : '1.22'
16-
run: go version
1716
- name: Build portage
1817
run: go build -o portage main.go
19-
release:
20-
steps:
2118
- name: Package for release
2219
uses: svenstaro/upload-release-action@v2
2320
with:

0 commit comments

Comments
 (0)