Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shai-almog authored Jul 25, 2020
1 parent be1dbcd commit 35caee3
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml


- name: Upload Result
uses: actions/upload-artifact@v2
- name: Release Upload
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
name: JavaDocSourceEmbed.jar
path: target/JavaDocSourceEmbed-1.0-SNAPSHOT.jar
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Auto-generated CI release
draft: false
prerelease: false

0 comments on commit 35caee3

Please sign in to comment.