Skip to content

Edit stats page to detail totalSectionsRemoved #10

Edit stats page to detail totalSectionsRemoved

Edit stats page to detail totalSectionsRemoved #10

Workflow file for this run

name: Create Release Draft
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Create Release Draft
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
release_name: ${{ github.ref_name }}
body: |
Updates:
draft: true
prerelease: false