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 355f40c commit c5d813dCopy full SHA for c5d813d
.github/workflows/prepare-release-branch.yml
@@ -6,6 +6,8 @@ jobs:
6
prereqs:
7
runs-on: ubuntu-latest
8
steps:
9
+ - uses: actions/checkout@v3
10
+
11
- run: |
12
version=$(.github/scripts/get-version.sh)
13
version=${version//-SNAPSHOT/}
0 commit comments