Skip to content

Commit

Permalink
[GLOBAL] Updated git workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
faggionluca committed Apr 10, 2021
1 parent 8acb56b commit 9525c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Set release name"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
export RELEASE_NAME="${{ github.event.repository.name }}-dev"
echo "::set-env name=NAME::$RELEASE_NAME"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: "Set release name"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
export RELEASE_NAME="${{ github.event.repository.name }}-${GITHUB_REF/refs\/tags\//}"
echo "::set-env name=NAME::$RELEASE_NAME"
Expand Down

0 comments on commit 9525c33

Please sign in to comment.