Skip to content

Commit fe72714

Browse files
[skip ci] ci: fix ci:publish rake task step
1 parent 7db69a0 commit fe72714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@ jobs:
177177
with:
178178
ruby-version: "3.2"
179179
bundler-cache: true
180+
- run: ./bin/setup
180181
- run: echo "PREREL_NAME=${{ inputs.prerel_name }}" >> $GITHUB_ENV
181-
- run: rake "ci:publish[${PREREL_NAME:-$GITHUB_REF_NAME}]"
182+
- run: bundle exec rake "ci:publish[${PREREL_NAME:-$GITHUB_REF_NAME}]"
182183
env:
183184
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
184185
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)