Skip to content

Commit

Permalink
feat: Add 'v' for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail ozgen committed Sep 27, 2024
1 parent fa3558f commit 9481197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ jobs:
- name: Get next version
id: get_next_version
uses: thenativeweb/get-next-version@main
with:
prefix: 'v'
- name: Show the next version
run: |
echo ${{ steps.get_next_version.outputs.version }}
Expand Down

0 comments on commit 9481197

Please sign in to comment.