Skip to content

Commit

Permalink
Release only to github
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathana committed Oct 5, 2020
1 parent 00337ff commit b0dc592
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Upload archive
run: ./gradlew -Prelease -Pversion=${{ steps.get_tag.outputs.VERSION }} signArchives uploadArchives
- name: Release archive
run: ./gradlew -Prelease -Pversion=${{ steps.get_tag.outputs.VERSION }} closeAndReleaseRepository
- name: Release to Github
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit b0dc592

Please sign in to comment.