Skip to content

Commit 2244169

Browse files
nightly-dev build
1 parent 0290e6f commit 2244169

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-2-tag-docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# at this point, the PR from the 1st workflow is merged into master.
3434
run: |
3535
git tag -f -a ${{ github.event.inputs.release_number }} -m "[bot] release ${{ github.event.inputs.release_number }}"
36-
git push origin ${{ github.event.inputs.release_number }}
36+
git push origin ${{ github.event.inputs.release_number }} -f
3737
3838
publish-docker-containers:
3939
needs: tag

.github/workflows/release-x-nightly-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Create new tag ${{ github.event.inputs.tag }}
3636
run: |
3737
git tag -f -a ${{ github.event.inputs.tag }} -m "[bot] release ${{ github.event.inputs.tag }}"
38-
git push origin ${{ github.event.inputs.tag }}
38+
git push origin ${{ github.event.inputs.tag }} -f
3939
4040
publish-docker-containers:
4141
needs: tag

0 commit comments

Comments
 (0)