mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
[GHA] Add releases.yml - Test
This commit is contained in:
parent
b2f046246f
commit
7b63e4a598
1 changed files with 25 additions and 0 deletions
25
.github/workflows/releases.yml
vendored
Normal file
25
.github/workflows/releases.yml
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
name: "tagged-release"
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "V*"
|
||||
|
||||
jobs:
|
||||
tagged-release:
|
||||
name: "Tagged Release"
|
||||
runs-on: "ubuntu-latest"
|
||||
|
||||
steps:
|
||||
# ...
|
||||
- name: "Deploy Release"
|
||||
run: |
|
||||
echo "done!"
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: false
|
||||
files: |
|
||||
README.md
|
||||
LICENSE.md
|
Loading…
Add table
Reference in a new issue