release 2,2 - a unified sifdecode (in double precision) that builds both #4
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
on: | |
push: | |
branches: | |
- master | |
- main | |
jobs: | |
release-on-push: | |
runs-on: ubuntu-latest | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- uses: rymndhng/release-on-push-action@master | |
id: release | |
with: | |
# add a label to your pull request to change the default behavior: | |
# release:major | |
# release:minor | |
# release:patch | |
# norelease | |
bump_version_scheme: patch | |
tag_prefix: v | |
release_body: "" | |
use_github_release_notes: true | |