Skip to content

Commit 32814e1

Browse files
committed
actions: Manual package, environment wasn't set up
1 parent 7b29667 commit 32814e1

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/manual-gh-packages.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@ jobs:
125125
- name: Grant execute permission for gradlew
126126
run: chmod +x gradlew
127127

128-
- name: Build JAR with Gradle
129-
run: ./gradlew build
128+
- name: Publish package
129+
run: ./gradlew publish
130130
env:
131-
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
132131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
133132

134133
- name: Add Artifact
@@ -149,14 +148,4 @@ jobs:
149148
with:
150149
name: out
151150
path: changelog
152-
- run: cat changelog/CHANGELOG.md
153-
154-
publishMaven:
155-
name: Maven Release (GH Packages)
156-
runs-on: ubuntu-20.04
157-
needs: [changelog, vars, jar]
158-
steps:
159-
- name: Publish package
160-
run: ./gradlew publish
161-
env:
162-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151+
- run: cat changelog/CHANGELOG.md

0 commit comments

Comments
 (0)