Skip to content

Commit

Permalink
release workflow yaml correction
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 24, 2024
1 parent d713c61 commit adab076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
fetch-depth: 1
- name: If local, apt update
if: ${ (env.ACT || false)}
if: ${{ (env.ACT || false)}}
run: sudo apt update
- name: Install Tidy Ubuntu
run: sudo apt install -y tidy
Expand Down

0 comments on commit adab076

Please sign in to comment.