Skip to content

Commit 57f23d8

Browse files
authored
Update release_and_push.yml
1 parent 70f1721 commit 57f23d8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release_and_push.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,8 @@ jobs:
3131
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
3232
gpg-passphrase: MAVEN_GPG_PASSPHRASE
3333

34-
- name: build artifact
34+
- name: Build artifact
3535
run: ./mvnw -B package --file pom.xml
36-
37-
# - name: Create Release
38-
# uses: ncipollo/[email protected]
39-
# with:
40-
# allowUpdates: true
41-
# artifacts: ${{ github.workspace }}/target/*.jar
42-
# token: ${{ secrets.GITHUB_TOKEN }}
43-
# tag: "v0.3.4"
4436

4537
- name: Publish to the Maven Central Repository
4638
run: ./mvnw deploy

0 commit comments

Comments
 (0)