1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-11-29 20:19:05 +01:00
rpc-db/.github/workflows/release.yml

21 lines
362 B
YAML
Raw Permalink Normal View History

2024-01-26 19:19:58 +01:00
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:
2024-01-26 19:21:22 +01:00
tag_name: latest
2024-01-26 19:19:58 +01:00
files: |
bot.json
core.json
v2.json
v3.json
v4.json