Skip to content

Commit 00bbbd8

Browse files
author
Cosmin Cojocar
committed
Fix the release workflow to allow unsecure commands
Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent d9d7583 commit 00bbbd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
env:
1010
GO111MODULE: on
11+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
1112
steps:
1213
- name: Checkout Source
1314
uses: actions/checkout@v2

0 commit comments

Comments
 (0)