Skip to content

Commit

Permalink
I CAN'T KEEP DOING THIS
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Aug 5, 2024
1 parent 8d819eb commit 3ec4254
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
id: changelog
run: |
curl -s https://raw.githubusercontent.com/${{ github.repository }}/master/changelog.md -o changelog.md
# Why does Copilot want to remove EVERY newline? I only want the last one gone.
echo changelog=$(awk "/## ${{ steps.version.outputs.version }}/{flag=1; next} /##/{flag=0} flag" changelog.md | sed -e :a -e '/^\n*$/{$d;N;};/\n$/ba') >> $GITHUB_OUTPUT
- name: Download Build Output
Expand Down

0 comments on commit 3ec4254

Please sign in to comment.