Skip to content

Commit

Permalink
auto_tag_stable.yml: try tuning to trigger a RtD build
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 18, 2024
1 parent 38a05e5 commit 25e7cbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto_tag_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
touch .dummy-file
git add .dummy-file
# Do that so that stable doesn't have the same git sha as the stable branch, so ReadTheDocs triggers a build
git commit -a -m "Add .dummy-file"
git tag -f stable
git push -f origin stable

0 comments on commit 25e7cbd

Please sign in to comment.