Skip to content

Commit 1c9ab61

Browse files
committed
Prepare for release 0.9.0
1 parent 0cbe24a commit 1c9ab61

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,12 @@ jobs:
2424
run: mvn -B clean package --file pom.xml
2525

2626
- name: Create Release
27-
id: create_release
2827
uses: softprops/action-gh-release@v1
2928
with:
3029
name: Release ${{ github.ref_name }}
3130
draft: false
3231
prerelease: false
3332
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:
4033
files: |
4134
target/woocommerce-api-client-0.9.0.jar
4235
target/woocommerce-api-client-0.9.0-sources.jar

0 commit comments

Comments
 (0)