mirror of
https://github.com/danog/rpc-db.git
synced 2024-11-26 12:04:45 +01:00
21 lines
362 B
YAML
21 lines
362 B
YAML
name: Main
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
- name: Release
|
|
uses: softprops/action-gh-release@v1
|
|
with:
|
|
tag_name: latest
|
|
files: |
|
|
bot.json
|
|
core.json
|
|
v2.json
|
|
v3.json
|
|
v4.json
|