Skip to content

Commit

Permalink
[ci] fix "Push changes" step on release workflow
Browse files Browse the repository at this point in the history
Enable the `force` option due to version bump of `actions/checkout@v4`, to avoid the tag "already exists" error.
  • Loading branch information
NicoPennec committed Sep 26, 2023
1 parent 2e1b724 commit c7fc8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
tags: true
branch: build
force: true

0 comments on commit c7fc8d5

Please sign in to comment.