Skip to content

Commit

Permalink
build: getting action version numbers right III #348
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Nov 5, 2022
1 parent a26e122 commit 02202b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/release_milestone/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -78,15 +78,15 @@ 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:
MILESTONE: ${{ inputs.milestone }}
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:
Expand Down

0 comments on commit 02202b0

Please sign in to comment.