Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPaul-Perfana committed Oct 2, 2023
1 parent 6830d49 commit e04ebfa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,3 @@ jobs:
- name: Maven build
run: ./mvnw clean package

- uses: ncipollo/release-action@v1
with:
prerelease: true
draft: true
allowUpdates: true
tag: "v0.0.1-SNAPSHOT-${{ env.sha_short }}"
artifacts: "target/jfr-exporter-0.0.1-SNAPSHOT.jar"
body: "Release ${{ steps.tagName.outputs.tag }}"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:

- uses: ncipollo/release-action@v1
with:
artifacts: "target/jfr-exporter-0.0.1.jar"
artifacts: "target/jfr-exporter-${{ steps.tagName.outputs.package }}.jar"
body: "Release ${{ steps.tagName.outputs.tag }}"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
jfr-exporter.iml
target
.DS_Store

0 comments on commit e04ebfa

Please sign in to comment.