Skip to content

Commit

Permalink
allow unsecure commands for retrieving Release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hreinberger authored Jan 11, 2021
1 parent be9e42d commit ba63255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- name: Checkout Master
uses: actions/checkout@master
- name: Set Tag env
run: |
echo 'ACTIONS_ALLOW_UNSECURE_COMMANDS=true' >> $GITHUB_ENV
echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- name: Test tag
run: echo ${{ env.RELEASE_VERSION }}
- name: Prepare folder
Expand Down

0 comments on commit ba63255

Please sign in to comment.