File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 90
90
runs-on : ubuntu-latest
91
91
needs : release
92
92
permissions : write-all
93
+ env :
94
+ HOMEBREW_ACCESS_TOKEN : ${{ secrets.HOMEBREW_ACCESS_TOKEN }}
93
95
steps :
94
96
- uses : actions/checkout@v4
95
- - run : HOMEBREW_ACCESS_TOKEN=${{ secrets.HOMEBREW_ACCESS_TOKEN }} ./.hacking/update_homebrew_pr.sh $HOMEBREW_ACCESS_TOKEN
97
+ - run : ./.hacking/update_homebrew_pr.sh $HOMEBREW_ACCESS_TOKEN
96
98
publish-to-cargo :
97
99
name : Publish to Cargo
98
100
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ echo "VERSION: $VERSION"
13
13
REPOSITORY=" quarylabs/sqruff"
14
14
HOMEBREW_URL=" quarylabs/homebrew-quary"
15
15
API_URL=" https://api.github.com/repos/$REPOSITORY /releases/tags/$VERSION "
16
- STRIPPED_VERSION=${RELEASE_VERSION # v}
16
+ STRIPPED_VERSION=${VERSION # v}
17
17
18
18
git clone \
19
19
--depth=1 \
You can’t perform that action at this time.
0 commit comments