Skip to content

Update create-release.yml #2

Update create-release.yml

Update create-release.yml #2

Workflow file for this run

name: Create release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2