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 0593c65 + d5fce5e commit 281fd36Copy full SHA for 281fd36
.github/workflows/publish.yml
@@ -28,6 +28,8 @@ jobs:
28
--title "RuboCop Capybara $(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