Skip to content

Commit

Permalink
Try again, but split into two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jul 12, 2024
1 parent edae88a commit bc7462a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ jobs:

steps:
- name: Write out auth status
run: gh auth status && exit 1
run: |
gh auth status
exit 1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit bc7462a

Please sign in to comment.