Skip to content

Commit

Permalink
some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhem committed Apr 14, 2024
1 parent 00c1a33 commit 6444566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
> release.body.txt
echo "Version: $(< VERSION)" >> release.body.txt
echo "Changes:" >> release.body.txt
git log --pretty=format:"- %s" >> release.body.txt
git log --pretty=format:"- %s" -- . ":(exclude).github" >> release.body.txt
- name: Update manifest.json for Firefox
run: |
version=$(< VERSION)
Expand Down

0 comments on commit 6444566

Please sign in to comment.