Skip to content

Commit

Permalink
Update promote_release.yml
Browse files Browse the repository at this point in the history
+norelease
  • Loading branch information
colbylwilliams committed Mar 24, 2020
1 parent 9a6c88a commit 35add55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/promote_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
steps:

- name: Print stuff
run: echo "${{ github.event.release }}"
env:
STUFF_TO_PRINT: ${{ toJson(github.event.release) }}
run: echo "$STUFF_TO_PRINT"

# - name: Checkout Code
# uses: actions/checkout@v2
Expand Down

0 comments on commit 35add55

Please sign in to comment.