Skip to content

v3.0.0

v3.0.0 #15

---
name: Increment Milestone
on:
push:
tags:
- 'v*.*.*'
permissions:
issues: write
contents: read
jobs:
increment-milestone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: "Increment Milestone"
shell: bash
run: bash ./scripts/increment-milestone.sh -u https://api.github.com/repos${{ github.owner }}/${{ github.repository }}/milestones -r ${{github.ref_name}} -t ${{secrets.GITHUB_TOKEN}}