Skip to content

Commit 0022451

Browse files
committed
minor change
1 parent 396b0ed commit 0022451

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Release
22
on:
3+
pull_request:
34
push:
45
tags:
56
- 'v*'
@@ -19,7 +20,8 @@ jobs:
1920
- name: Checkout
2021
uses: actions/checkout@v4
2122
with:
22-
ref: ${{ github.event.inputs.release_tag }}
23+
ref: "v1.0.8-oss"
24+
# ref: ${{ github.event.inputs.release_tag }}
2325

2426
- name: Set up Java for publishing to Maven Central Repository
2527
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)