We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a6482 commit 05c5415Copy full SHA for 05c5415
.github/workflows/release.yml
@@ -42,6 +42,7 @@ jobs:
42
# This is separate job because there were issues with git after release step, was not able to commit changes. See history.
43
update-working-version:
44
runs-on: ubuntu-latest
45
+ if: "!contains(github.event.release.tag_name, 'RC')"
46
steps:
47
- uses: actions/checkout@v3
48
if: ${{ startsWith(github.event.release.tag_name, 'v1.' ) }}
0 commit comments