Skip to content

Merge pull request #38 from plus3it/githubactionsupdate #10

Merge pull request #38 from plus3it/githubactionsupdate

Merge pull request #38 from plus3it/githubactionsupdate #10

Workflow file for this run

name: Create GitHub Release
on:
# Run on demand
workflow_dispatch:
# Run on push to main when .bumpversion.cfg version is updated
push:
branches:
- main
paths:
- .bumpversion.cfg
jobs:
release:
uses: ./.github/workflows/release.yml
secrets:
release-token: ${{ secrets.GH_RELEASES_TOKEN }}