Skip to content

put message input at the bottom #30

put message input at the bottom

put message input at the bottom #30

Workflow file for this run

name: GitHub Release
on:
push:
tags:
- release-website-*
jobs:
release:
runs-on: "ubuntu-latest"
steps:
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
fail_on_unmatched_files: true
token: ${{ secrets.GITHUB_TOKEN }}