Skip to content

.github/workflows/release.yaml #48

.github/workflows/release.yaml

.github/workflows/release.yaml #48

Workflow file for this run

#name: Create Release
#
#on:
# push:
# tags:
# - "v[0-9]+.[0-9]+.[0-9]+"
#
#jobs:
# build:
# name: Create release
# runs-on: ubuntu-latest
# permissions:
# contents: write
# steps:
# - uses: actions/checkout@v4
# - env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# name: Create Release
# run: gh release create "${GITHUB_REF#refs/*/}" -t "${GITHUB_REF#refs/*/}" --notes-file RELEASE_NOTES.md