1
0
mirror of https://github.com/danog/rpc-db.git synced 2024-11-26 12:04:45 +01:00

Add workflow

This commit is contained in:
Github Actions 2022-02-23 19:32:24 +01:00
parent d0524ce2b0
commit fc74202bd7

21
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,21 @@
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: |
*.json