Skip to content

Commit 4029127

Browse files
committed
fix(ci): add release environment to upload-tako-server job
The signing key secret requires the release environment.
1 parent c24001e commit 4029127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ jobs:
312312
- build-tako-server-aarch64-musl
313313
if: startsWith(github.event.release.tag_name, 'tako-server-v')
314314
runs-on: ubuntu-latest
315+
environment: release
315316
steps:
316317
- name: Download all release artifacts
317318
uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)