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 47a9ac9 commit 74bed3dCopy full SHA for 74bed3d
.github/workflows/minor-version-bump.yml
@@ -7,12 +7,5 @@ jobs:
7
permissions: {}
8
runs-on: ubuntu-latest
9
steps:
10
- - name: Check branch name
11
- run: |
12
- # Only continue on branches starting with vX.X (e.g. v1.2, v1.2.3, v1.2-main)
13
- if [[ ! "$GITHUB_HEAD_REF" =~ ^v\.[0-9]+\.[0-9]+.*$ ]]; then
14
- exit 0
15
- fi
16
-
17
- name: Minor version bump check
18
- uses: awslabs/aws-kotlin-repo-tools/.github/actions/minor-version-bump@main
+ uses: awslabs/aws-kotlin-repo-tools/.github/actions/minor-version-bump@minor-version-bump-fix
0 commit comments