Skip to content

Commit

Permalink
Merge pull request #17 from kordlib/0.5.0
Browse files Browse the repository at this point in the history
Fix getting release tag from release
  • Loading branch information
BartArys authored Jun 19, 2020
2 parents d61a06a + 5814489 commit 2b89620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}

steps:
- run: echo ::set-output name=RELEASE_TAG::${GITHUB_REF/refs\/tags\//}
- uses: actions/checkout@v2
- run: echo ::set-env name=RELEASE_TAG::${GITHUB_REF#refs/tags/}
- name: Set up JDK 1.14
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 2b89620

Please sign in to comment.