Skip to content

Merge branch 'feat/add-github-release-workflow' into 'main' #1

Merge branch 'feat/add-github-release-workflow' into 'main'

Merge branch 'feat/add-github-release-workflow' into 'main' #1

Workflow file for this run

name: Create release
on:
push:
branches:
- main
permissions:
contents: write
jobs:
release:
name: Release on push to main
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check and create release
uses: comworkio/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}