diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac2f1ee..c4cf25e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,6 +28,8 @@ jobs: --title "RuboCop RSpec Rails $(git tag --points-at @)" \ --notes-file relnotes.md - name: Replace version in Antora config + env: + GH_TOKEN: ${{ github.token }} run: | sed -i 's/version:.*$/version: ~/' docs/antora.yml if ! git diff --exit-code docs/antora.yml; then