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 54e5af5 commit eb2b799
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
admins="|`tr '\n' '|' < .github/admins.txt`"
echo "::set-output name=admins::$admins"
echo "Admins: $admins"
- name: Get Admins
run: |
echo ${{ github.event.head_commit.author.username }} --- ${{steps.admins.outputs}}
create-release:
needs: get-admins
Expand Down

0 comments on commit eb2b799

Please sign in to comment.