Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmchase committed Aug 13, 2024
1 parent 87dfc3b commit 523a6bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
if: github.event_name == 'pull_request'
env:
TAG_NAME: ${{ steps.release_draft.outputs.tag_name }}
ALL: ${{ toJson(steps.release_draft.outputs) }}
run: |
echo "ALL:"
echo "$ALL"
deno run -A main.ts set $TAG_NAME
git config --global user.email "[email protected]"
git config --global user.name "Justin Chase"
Expand Down

0 comments on commit 523a6bb

Please sign in to comment.