Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
try last time before sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
CXwudi authored May 8, 2020
1 parent cf8e242 commit a838991
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -Dregistry=https://maven.pkg.github.com/CXwudi -Dtoken=GITHUB_TOKEN
env:
GITHUB_TOKEN: ${{ github.token }}
- name: GH Release
uses: softprops/[email protected]
with:
body: Auto-released by Github Action
prerelease: true
files: /.jar

0 comments on commit a838991

Please sign in to comment.