Skip to content

Commit

Permalink
do-production-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Lazzeri committed Jan 27, 2024
1 parent eb2b799 commit a30f99e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
echo "::set-output name=admins::$admins"
echo "Admins: $admins"
- name: Get Admins
env:
THEUSER: ${{ github.event.head_commit.author.username }}
THEADMIN: ${{steps.admins.outputs}}
run: |
echo ${{ github.event.head_commit.author.username }} --- ${{steps.admins.outputs}}
echo $THEUSER --- $THEADMIN
create-release:
needs: get-admins
if: github.event.head_commit.message == 'do-production-release' && contains(needs.get-admins.outputs.admins, format('|{0}|', github.event.head_commit.author.username))
Expand Down

0 comments on commit a30f99e

Please sign in to comment.