Skip to content

workflow: modified workflow file #13

workflow: modified workflow file

workflow: modified workflow file #13

Workflow file for this run

name: Create Release
on:
push:
branches:
- main # Trigger on push to the main branch
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create Release
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }} # Optional: Customize the release name
body: "Automatic release for tag ${{ github.ref }}" # Optional: Release description