Files
chill-skeleton-basic/.gitea/workflows/release/create-release-on-tag.yaml
Julien Fastré ecdfc7445e
Some checks failed
Prepare release for chill app / update-deps (push) Failing after 23s
Tag next release / tag_if_merged (pull_request) Failing after 0s
Workflow: tag and create release
2023-11-19 21:36:10 +01:00

20 lines
416 B
YAML

name: Create release
run-name: Create release on tag
permissions:
contents: write
on:
push:
tags:
- v*
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- name: release
uses: https://github.com/softprops/action-gh-release@v1
with:
body_path: ${{ github.workspace }}/.changes/v${{ github.ref }}.md