Skip to content

Commit c5d813d

Browse files
authored
Fix prepare release branch workflow (#342)
1 parent 355f40c commit c5d813d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prepare-release-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
prereqs:
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/checkout@v3
10+
911
- run: |
1012
version=$(.github/scripts/get-version.sh)
1113
version=${version//-SNAPSHOT/}

0 commit comments

Comments
 (0)