Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bariiss authored Sep 16, 2024
1 parent 2eebbd5 commit df5a7cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23.1'
go-version: '1.23.x'
cache: false

- name: Checkout code
uses: actions/checkout@v2

- name: Build Artifacts
run: go run build_release.go

- name: Create Release
uses: actions/github-script@v2
with:
Expand Down

0 comments on commit df5a7cd

Please sign in to comment.