We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6324b17 commit 132fe35Copy full SHA for 132fe35
.github/workflows/version-bump.yml
@@ -25,6 +25,8 @@ jobs:
25
contents: read
26
steps:
27
- uses: actions/checkout@v4
28
+ with:
29
+ ref: ${{ github.ref_name }}
30
- name: Set up JDK 17
31
uses: actions/setup-java@v4
32
with:
0 commit comments