Skip to content

Commit

Permalink
Update pub_on_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanarm authored Dec 9, 2020
1 parent 7dc8d3a commit 48e4714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pub_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
# Попробуем готовый экшен curl из маркетплэйса
needs: [build_and_pub]
runs-on: [ubuntu-latest]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Set tag to env
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
Expand Down

0 comments on commit 48e4714

Please sign in to comment.