Skip to content

Commit 05c5415

Browse files
authored
ci: skip update version for release candidates (#1195)
1 parent 90a6482 commit 05c5415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
# This is separate job because there were issues with git after release step, was not able to commit changes. See history.
4343
update-working-version:
4444
runs-on: ubuntu-latest
45+
if: "!contains(github.event.release.tag_name, 'RC')"
4546
steps:
4647
- uses: actions/checkout@v3
4748
if: ${{ startsWith(github.event.release.tag_name, 'v1.' ) }}

0 commit comments

Comments
 (0)