We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db69a0 commit fe72714Copy full SHA for fe72714
.github/workflows/build.yml
@@ -177,8 +177,9 @@ jobs:
177
with:
178
ruby-version: "3.2"
179
bundler-cache: true
180
+ - run: ./bin/setup
181
- run: echo "PREREL_NAME=${{ inputs.prerel_name }}" >> $GITHUB_ENV
- - run: rake "ci:publish[${PREREL_NAME:-$GITHUB_REF_NAME}]"
182
+ - run: bundle exec rake "ci:publish[${PREREL_NAME:-$GITHUB_REF_NAME}]"
183
env:
184
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
185
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
0 commit comments