Skip to content

Commit

Permalink
Update new tag github actions workflow, to try and figure out why it …
Browse files Browse the repository at this point in the history
…doesn't often work
  • Loading branch information
cmsj committed Feb 25, 2022
1 parent 39b0ba7 commit 77877df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/new_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
with:
version: ${{ steps.current_tag.outputs.TAGNAME }}

- name: Display calculated versions
run: |
echo "Current version: ${{ steps.current_tag.outputs.TAGNAME }}"
echo "Previous version: ${{ steps.previous_tag.outputs.TAGNAME }}"
echo "Next version: ${{ steps.next_tag.outputs.patch }}"
- name: Create milestone
uses: "WyriHaximus/github-action-create-milestone@v1"
with:
Expand Down

0 comments on commit 77877df

Please sign in to comment.