Skip to content
Compare
Choose a tag to compare
@IgorGov IgorGov released this 06 Feb 11:08

v2.0.0

Breaking change: renamed mode: official to stable

Usage

- name: Auto Increment Version
    uses: docker://igorgov/auto-inc-ver:v1.2.0
    id: versioning
    with:
        github_token: ${{ secrets.GITHUB_TOKEN }}
        mode: stable

- name: Print next release version
    shell: bash
    run: |
        echo "${{ steps.versioning.outputs.version }}"