Skip to content

Commit

Permalink
I think this'll fix it. Chat GPT is out to lunch.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Sep 25, 2023
1 parent ca2e413 commit 18d2376
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/go_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,11 @@ jobs:
- name: 'Prepare a template file'
run: |
sed -i 's|sha256.*|sha256: "'${{ steps.generate-sha256.outputs.sha256 }}'"|' Formula/templ.rb
sed -i 's|url.*|url: "'${{ env.SOURCE_CODE_URL }}'"|' Formula/templ.rb
- name: "Add new repo file"
sed -i "s/sha256.*/sha256: ${{ steps.generate-sha256.outputs.sha256 }}/" templ.rb
sed -i "s/url*/url: ${{ env.SOURCE_CODE_URL }}/" templ.rb
- name: "Add new repo file"
run: |
git add Formula/templ.rb
git commit -m "Auto-Updater from templ: updating for ${{ needs.build-and-release-tag.outputs.version_tag }}"
Expand Down

0 comments on commit 18d2376

Please sign in to comment.