wg-easy-extended/.github/workflows/autorelease.yml
Pavel Popov 4e30cf81ef
Initial (#1)
* Initial

* Fixes

* Ignore hadolint DL3023 rule

* Ignore DL3022 rule

* Bump wireguard-tools

* Fix port value
2022-05-05 01:13:32 +03:00

16 lines
271 B
YAML

name: Release
on:
push:
tags:
- "v[0-9].*.*"
jobs:
build:
runs-on: ubuntu-latest
name: Build image
steps:
- name: 🚀 Release new version
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true