Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiiiiam278/bones-publish-action
GitHub Action for publishing to the bones service
https://github.com/wiiiiam278/bones-publish-action
action publishing
Last synced: about 1 month ago
JSON representation
GitHub Action for publishing to the bones service
- Host: GitHub
- URL: https://github.com/wiiiiam278/bones-publish-action
- Owner: WiIIiam278
- License: mit
- Created: 2024-07-24T15:51:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T21:51:59.000Z (3 months ago)
- Last Synced: 2024-11-27T02:58:30.502Z (about 1 month ago)
- Topics: action, publishing
- Language: JavaScript
- Homepage: https://api.william278.net
- Size: 951 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bones Publish Action
A GitHub Action for publishing build artifacts to release on
[bones](https://github.com/WiIIiam278/bones).## Example usage
```yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Publish to William278.net 🚀'
uses: WiIIiam278/bones-publish-action@v1
with:
api-key: ${{ secrets.BONES_API_KEY }} # Put this in a secret!
project: 'project'
channel: 'release'
version: '1.0'
changelog: 'Removed herobrine'
distro-names: |
paper
distro-groups: |
paper
distro-descriptions: |
Paper
files: |
target/file.jar
```