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.
2 parents bae2e60 + 17a26d2 commit 27d4340Copy full SHA for 27d4340
.github/workflows/publish.yml
@@ -28,6 +28,8 @@ jobs:
28
--title "RuboCop RSpec Rails $(git tag --points-at @)" \
29
--notes-file relnotes.md
30
- name: Replace version in Antora config
31
+ env:
32
+ GH_TOKEN: ${{ github.token }}
33
run: |
34
sed -i 's/version:.*$/version: ~/' docs/antora.yml
35
if ! git diff --exit-code docs/antora.yml; then
0 commit comments