We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396b0ed commit 0022451Copy full SHA for 0022451
1 file changed
.github/workflows/release.yml
@@ -1,5 +1,6 @@
1
name: Release
2
on:
3
+ pull_request:
4
push:
5
tags:
6
- 'v*'
@@ -19,7 +20,8 @@ jobs:
19
20
- name: Checkout
21
uses: actions/checkout@v4
22
with:
- ref: ${{ github.event.inputs.release_tag }}
23
+ ref: "v1.0.8-oss"
24
+# ref: ${{ github.event.inputs.release_tag }}
25
26
- name: Set up Java for publishing to Maven Central Repository
27
uses: actions/setup-java@v4
0 commit comments