Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit894c139

Browse files
committed
fix(release): add Go installation step in release workflow
1 parent8688ec6 commit894c139

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/workflows/release.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,11 @@ jobs:
286286
-k "${{ env.KEYCHAIN_PASSWORD }}" \
287287
"${{ env.KEYCHAIN }}"
288288
289+
-name:Install Go
290+
uses:actions/setup-go@v5
291+
with:
292+
go-version:${{ env.GO_VERSION }}
293+
289294
-name:Install gon for code signing
290295
uses:actions/checkout@v4
291296
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp