Skip to content

Commit

Permalink
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
@@ -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:

0 comments on commit 77877df

Please sign in to comment.