Skip to content

[#43] Update repo structure to https://github.com/AlexSkrypnyk/scaffo… #1

[#43] Update repo structure to https://github.com/AlexSkrypnyk/scaffo…

[#43] Update repo structure to https://github.com/AlexSkrypnyk/scaffo… #1

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
branches:
- main
permissions:
contents: write
jobs:
release-drafter:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}