Delete releases.yml [ci skip]

This commit is contained in:
Mitchell Krog 2021-07-06 14:34:23 +02:00 committed by GitHub
parent 16840461eb
commit 1702d43f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,19 +0,0 @@
name: Releases
on:
push:
branches:
- "!*"
tags:
- "V*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1.8.6
with:
artifacts: "README.md,LICENSE.md"
token: ${{ secrets.DEPLOY }}