mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
build: getting action version numbers right III #348
This commit is contained in:
parent
a26e122b85
commit
02202b085f
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ runs:
|
|||
node-version: '16'
|
||||
|
||||
- name: Close milestone
|
||||
uses: Akkjon/close-milestone@v2.x
|
||||
uses: Akkjon/close-milestone@v2.0.1
|
||||
with:
|
||||
milestone_name: ${{ env.MILESTONE }}
|
||||
env:
|
||||
|
@ -78,7 +78,7 @@ runs:
|
|||
|
||||
- name: Generate next version number
|
||||
id: semvers
|
||||
uses: WyriHaximus/github-action-next-semvers@v1.x
|
||||
uses: WyriHaximus/github-action-next-semvers@v1.1.0
|
||||
with:
|
||||
version: ${{ env.MILESTONE }}
|
||||
env:
|
||||
|
@ -86,7 +86,7 @@ runs:
|
|||
GITHUB_TOKEN: ${{ inputs.github_token }}
|
||||
|
||||
- name: Create next patch milestone
|
||||
uses: WyriHaximus/github-action-create-milestone@v1.x
|
||||
uses: WyriHaximus/github-action-create-milestone@v1.1.0
|
||||
with:
|
||||
title: ${{ steps.semvers.outputs.patch }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue