Skip to content

patch: removed window build for now #9

patch: removed window build for now

patch: removed window build for now #9

Workflow file for this run

name: Bump Version
on:
pull_request:
types:
- closed
branches:
- main
jobs:
bump_version:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Bump Version and Push tag
uses: anothrNick/[email protected]
env:
DEFAULT_BUMP: "patch"
GITHUB_TOKEN: ${{ secrets.PAT }}
WITH_V: true
MAJOR_STRING_TOKEN: "major:"
MINOR_STRING_TOKEN: "minor:"
PATCH_STRING_TOKEN: "patch:"
BRANCH_HISTORY: "compare"