chore: update checksums (#347) #48
Workflow file for this run
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
--- | |
name: Update Major Minor Tags | |
# yamllint disable-line rule:truthy | |
on: | |
push: | |
branches-ignore: | |
- '**' | |
tags: | |
- 'v*.*.*' | |
jobs: | |
update_major_minor_tags: | |
name: Make sure major and minor tags are up to date on a patch release | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run Update semver | |
uses: haya14busa/[email protected] |