Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 387 Bytes

File metadata and controls

19 lines (15 loc) · 387 Bytes

Major Version Updater

Inputs

- uses: github-community-projects/ospo-reusable-workflows/.github/workflows/major-version-updater.yaml@main
  permissions:
    contents: write
  with:
    # Tag name that the major tag will point to (e.g. v1.2.3)
    tag-name: v1.2.3
  secrets:
    # The GitHub token to use
    github-token: ${{ secrets.GITHUB_TOKEN }}

Outputs

None