Skip to content

Commit 6d6ee67

Browse files
committed
fixup
Signed-off-by: Matteo Collina <[email protected]>
1 parent 825f685 commit 6d6ee67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuild-and-deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
uses: stefanzweifel/git-auto-commit-action@v4
7171
with:
7272
commit_message: "[automated commit] Bump docs to versions ${{ steps.check.outputs.remote-versions }}"
73-
tagging_message: "${{ steps.check.outputs.tag }}"
73+
tagging_message: "${{ steps.check.outputs.tag }}-${{ env.GITHUB_RUN_ID }}"
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)