Skip to content

Commit

Permalink
Bump up to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vladonemo committed Aug 6, 2021
1 parent 8830b06 commit cb2c306
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: '0.0.2'
release_name: Release 0.0.2
tag_name: '0.0.3'
release_name: Release 0.0.3
draft: false
prerelease: false
- name: Upload Release Asset
Expand All @@ -52,6 +52,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: build/libs/dependency-collector-0.0.2.jar
asset_name: dependency-collector-0.0.2.jar
asset_path: build/libs/dependency-collector-0.0.3.jar
asset_name: dependency-collector-0.0.3.jar
asset_content_type: application/java-archive
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.vladonemo.tools"
version = "0.0.2"
version = "0.0.3"
java.sourceCompatibility = JavaVersion.VERSION_11

repositories {
Expand Down

0 comments on commit cb2c306

Please sign in to comment.