https://github.com/kylecorry31/jitpack-build
A GitHub Action to trigger a build on Jitpack
https://github.com/kylecorry31/jitpack-build
Last synced: 3 months ago
JSON representation
A GitHub Action to trigger a build on Jitpack
- Host: GitHub
- URL: https://github.com/kylecorry31/jitpack-build
- Owner: kylecorry31
- License: mit
- Created: 2022-11-08T10:45:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T10:51:13.000Z (over 3 years ago)
- Last Synced: 2025-04-07T06:17:55.276Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jitpack Build
Triggers a build on Jitpack.
## Example
To use this following a new release, use the following:
```yaml
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: kylecorry31/jitpack-build@1.0.0
with:
version: ${{ github.event.release.tag_name }}
```
## Inputs
### `version`
**Required: Yes**
The tag or commit hash to generate a build for.
### `timeout`
**Required: No**
**Default: `600`**
The time in seconds to wait for the Jitpack build, defaults to 10 minutes.