mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-15 00:28:59 +00:00
15 lines
257 B
YAML
15 lines
257 B
YAML
on:
|
|
push:
|
|
tags:
|
|
- '*'
|
|
|
|
jobs:
|
|
gh-release:
|
|
name: gh-release
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: softprops/action-gh-release@v2
|
|
with:
|
|
generate_release_notes: true
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|