Skip to content

Commit

Permalink
Merge pull request #8 from coolya/master
Browse files Browse the repository at this point in the history
fix revision to tag
  • Loading branch information
coolya authored Sep 28, 2019
2 parents d89ac6f + 983b52a commit bd8e69b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
- name: release to github with gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_COMMIT_SHA: $GITHUB_SHA
CI_COMMIT_SHA: release
run: ./gradlew githubRelease

0 comments on commit bd8e69b

Please sign in to comment.