Sign in
apache
/
grails-github-actions
/
refs/heads/main
/
.
/
post-release
/
README.md
blob: ef980acd2a1f87e131aca571e4ec405d06e4a0d3 [
file
] [
log
] [
blame
] [
view
]
# Grails post-release action
Performs
some actions after doing a release
## Example usage
```yaml
uses: alvarosanchez/github-actions/post-release@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
```