Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
More ACTIONS_ALLOW_UNSECURE_COMMANDS into release path.
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wall committed Mar 9, 2021
1 parent e206384 commit 1b9a490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
run: |
echo "::set-env name=ASSETPATH::templates/build/enmasse-$(echo $TAG).tgz"
echo "::set-env name=ASSETNAME::enmasse-$(echo $TAG).tgz"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

- name: Upload Release Asset
if: job.status == 'success'
Expand Down

0 comments on commit 1b9a490

Please sign in to comment.