We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbe24a commit 1c9ab61Copy full SHA for 1c9ab61
.github/workflows/release.yml
@@ -24,19 +24,12 @@ jobs:
24
run: mvn -B clean package --file pom.xml
25
26
- name: Create Release
27
- id: create_release
28
uses: softprops/action-gh-release@v1
29
with:
30
name: Release ${{ github.ref_name }}
31
draft: false
32
prerelease: false
33
generate_release_notes: true
34
- env:
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
-
37
- - name: Upload Release Asset
38
- uses: softprops/action-gh-release@v1
39
- with:
40
files: |
41
target/woocommerce-api-client-0.9.0.jar
42
target/woocommerce-api-client-0.9.0-sources.jar
0 commit comments