Skip to content

Commit

Permalink
Fix the release workflow to allow unsecure commands
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
Cosmin Cojocar committed Jan 22, 2021
1 parent d9d7583 commit 00bbbd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
env:
GO111MODULE: on
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Checkout Source
uses: actions/checkout@v2
Expand Down

0 comments on commit 00bbbd8

Please sign in to comment.