mirror of
https://github.com/danog/rpc-db.git
synced 2024-12-02 09:27:55 +01:00
Fix
This commit is contained in:
parent
fce06024ed
commit
4942cacc7f
21
.github/workflows/release.yml
vendored
21
.github/workflows/release.yml
vendored
@ -1,21 +0,0 @@
|
|||||||
name: "Release"
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- "master"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
pre-release:
|
|
||||||
name: "Pre Release"
|
|
||||||
runs-on: "ubuntu-latest"
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
|
||||||
with:
|
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
|
||||||
automatic_release_tag: "latest"
|
|
||||||
prerelease: false
|
|
||||||
title: "Latest release"
|
|
||||||
files: |
|
|
||||||
./bot.json
|
|
Loading…
Reference in New Issue
Block a user