Skip to content

New Major Release (#45) #48

New Major Release (#45)

New Major Release (#45) #48

Workflow file for this run

name: main
on:
push:
tags:
- '*'
branches:
- master
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
uses: nickatnight/gha-workflows/.github/workflows/pre-commit.yml@main
tests:
uses: ./.github/workflows/test.yml
create-release:
permissions:
contents: write
needs: [lint, tests]
uses: nickatnight/gha-workflows/.github/workflows/create-release.yml@main
with:
branch: "master"
secrets:
token: ${{ secrets.GITHUB_TOKEN }}