mirror of
https://github.com/danog/rpc-db.git
synced 2024-11-26 20:14:40 +01:00
Autorelease
This commit is contained in:
parent
d2ed40c427
commit
db6bec0d9b
19
.github/workflows/release.yml
vendored
Normal file
19
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
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:
|
||||
files: |
|
||||
bot.json
|
||||
core.json
|
||||
v2.json
|
||||
v3.json
|
||||
v4.json
|
Loading…
Reference in New Issue
Block a user