Skip to content

Commit 405a754

Browse files
committed
Fix GitHub workflows
1 parent 48d82a9 commit 405a754

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
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
1111
secrets:
1212
halo-username: ${{ secrets.HALO_USERNAME }}
1313
halo-password: ${{ secrets.HALO_PASSWORD }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
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
1414
with:
1515
node-version: "20"
1616
pnpm-version: "9"

.github/workflows/push-to-maven.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
echo "Extracted Version: $VERSION"
3939
echo "VERSION=$VERSION" >> $GITHUB_ENV
4040
41-
- name: Build with Gradle
42-
run: ./gradlew clean build -Pversion=${{ env.VERSION }}
43-
4441
- name: Push to Maven
4542
env:
4643
OSSR_USERNAME: ${{ secrets.MAVEN_USERNAME }}

0 commit comments

Comments
 (0)