Skip to content

Commit

Permalink
build!: update build step to update homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
socsieng committed Dec 31, 2020
1 parent df089b4 commit 5fd8722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -118,7 +118,7 @@ jobs:
git clone "https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/socsieng/homebrew-tap.git"
cd homebrew-tap
git checkout -B temp
git checkout -B main
formula='Formula/sendkeys.rb'
version=`echo '${{ steps.release.outputs.tag_name }}' | sed -E 's/^v//g'`
revision='${{ steps.release.outputs.sha }}'
Expand All @@ -132,4 +132,4 @@ jobs:
sed -E -i "" "s/sha256 \"[^\"]+\"/sha256 \"$sha\"/g" $formula
git commit -am "chore: update sendkeys to ${{ steps.release.outputs.tag_name }}"
git push origin temp
git push origin main

0 comments on commit 5fd8722

Please sign in to comment.