Skip to content

Commit

Permalink
ci: remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Jan 22, 2024
1 parent dcaef61 commit 943b078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/formula-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
echo "Latest tag for ${{ matrix.formula }} is $LATEST_TAG"
echo "GO_TAG=$LATEST_TAG" >> $GITHUB_ENV
echo "VERSION=$LATEST_TAG" >> $GITHUB_ENV
- name: Update Homebrew Formula for ${{ matrix.formula }}
run: sed -i 's/:tag => "[^"]*"/:tag => "${{ env.GO_TAG }}"/' ./Formula/${{ matrix.formula }}.rb
Expand Down

0 comments on commit 943b078

Please sign in to comment.