Skip to content

Commit

Permalink
fixed release action, links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jul 26, 2021
1 parent 357ccd8 commit 2dc4c3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SIGNING_SECRET_KEY_PATH: ${{ steps.write_file.outputs.filePath }}
with:
arguments: gitPublishPush publishToSonatype closeAndReleaseSonatypeStagingRepository -Pversion=${{ steps.version.outputs.tag }} -Prelease=true -Dorg.ajoberstar.grgit.auth.username=${{ secrets.AGORAPULSE_BOT_PERSONAL_TOKEN }} --stacktrac
arguments: gitPublishPush publishToSonatype closeAndReleaseSonatypeStagingRepository -Pversion=${{ steps.version.outputs.tag }} -Prelease=true -Dorg.ajoberstar.grgit.auth.username=${{ secrets.AGORAPULSE_BOT_PERSONAL_TOKEN }} --stacktrace
ping:
name: Notify Upstream Repositories
runs-on: ubuntu-latest
Expand Down
7 changes: 3 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
= Agorapulse Micronaut Libraries

--
image::https://api.bintray.com/packages/agorapulse/libs/micronaut-grails/images/download.svg[link="https://bintray.com/agorapulse/libs/micronaut-grails/_latestVersion",float="left"]
'''
image::https://img.shields.io/maven-central/v/com.agorapulse/micronaut-grails.svg?label=Maven%20Central[link="https://search.maven.org/search?q=g:%22com.agorapulse%22%20AND%20a:%22micronaut-grails%22",float="left"]
image::https://github.com/agorapulse/micronaut-grails/workflows/Check/badge.svg["Build Status", link="https://github.com/agorapulse/micronaut-grails/actions?query=workflow%3ACheck"float="left"]
image::https://coveralls.io/repos/github/agorapulse/micronaut-grails/badge.svg?branch=master[link=https://coveralls.io/github/agorapulse/micronaut-grails?branch=master",float="left"]
--

---
'''

Set of useful libraries for http://micronaut.io[Micronaut]. All of the libraries are available in https://bintray.com/bintray/jcenter[JCenter Maven repository].

Expand Down

0 comments on commit 2dc4c3d

Please sign in to comment.