Release v2.0.0: Change structure of workflow and bump dependencies (#94) #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Create GitHub release | |
on: # yamllint disable-line rule:truthy | |
push: | |
branches: [main] | |
paths: ['.github/workflows/**'] | |
jobs: | |
release: | |
uses: obervinov/_templates/.github/workflows/release.yaml@main |