Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivangabriele/publish-latest-release
Github Action publishing the last drafted repository release.
https://github.com/ivangabriele/publish-latest-release
Last synced: 17 days ago
JSON representation
Github Action publishing the last drafted repository release.
- Host: GitHub
- URL: https://github.com/ivangabriele/publish-latest-release
- Owner: ivangabriele
- License: mit
- Created: 2022-02-13T23:43:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T08:38:09.000Z (7 months ago)
- Last Synced: 2024-05-01T14:06:53.036Z (7 months ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# publish-latest-release
> This action publishes the latest drafted release available.
⚠️ **This action won't fail if there is none.**
## Usage
```yml
- name: Publish Latest Release
uses: ivangabriele/publish-latest-release@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```