File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
cd :
10
- uses : halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v1
10
+ uses : halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v3
11
11
secrets :
12
12
halo-username : ${{ secrets.HALO_USERNAME }}
13
13
halo-password : ${{ secrets.HALO_PASSWORD }}
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
ci :
13
- uses : halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v1
13
+ uses : halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v3
14
14
with :
15
15
node-version : " 20"
16
16
pnpm-version : " 9"
Original file line number Diff line number Diff line change 38
38
echo "Extracted Version: $VERSION"
39
39
echo "VERSION=$VERSION" >> $GITHUB_ENV
40
40
41
- - name : Build with Gradle
42
- run : ./gradlew clean build -Pversion=${{ env.VERSION }}
43
-
44
41
- name : Push to Maven
45
42
env :
46
43
OSSR_USERNAME : ${{ secrets.MAVEN_USERNAME }}
You can’t perform that action at this time.
0 commit comments