We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4763cf commit 7af931dCopy full SHA for 7af931d
1 file changed
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Create GitHub Release
33
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # pin@v1.13.0
34
with:
35
- tag: ${{github.event.release.tag_name}}
+ tag: 3.8.0
36
- name: Set up JDK
37
uses: actions/setup-java@v4
38
0 commit comments