Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Jan 15, 2020
1 parent af96649 commit da4da00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
cd build/libs
zip release-${{ github.event.release.tag_name }} *.jar
- name: Debug
run: echo ${{ github.event.release.release.upload_url }}
run: echo $LINK
env:
LINK: ${{ toJson(github.event) }}
#- name: Upload to release
# uses: actions/[email protected]
# env:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins{
id 'com.github.johnrengelman.shadow' version '5.2.0'
}

def ver = new Version(major: 5, minor: 0, revision: 2)
def ver = new Version(major: 5, minor: 0, revision: 3)

group = "org.botblock"
version = "$ver"
Expand Down

0 comments on commit da4da00

Please sign in to comment.