Skip to content

Commit 920878c

Browse files
authored
Update auto_release.yml
1 parent ef700eb commit 920878c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/auto_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
with:
1515
go-version : '1.22'
1616
- name: Build portage
17+
run: go build -o portage main.go
1718
- name: Package for release
1819
uses: svenstaro/upload-release-action@v2
1920
with:
20-
repo_token: {{ secrets.GITHUB_TOKEN }}
21+
repo_token: {{ secrets.GIT_TOKEN }}
2122
tag: ${{ github.ref }}
2223
file: .portage
23-
file_glob: true
24+
file_glob: true

0 commit comments

Comments
 (0)