Skip to content

Commit

Permalink
chore: add auto semver incrementer
Browse files Browse the repository at this point in the history
  • Loading branch information
LiprikON2 committed May 7, 2024
1 parent 09f7ac2 commit 61366c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
steps:
- name: Github checkout
uses: actions/checkout@v4

- name: Get next version
uses: reecetech/[email protected]
id: version
with:
scheme: semver
increment: patch

- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 61366c4

Please sign in to comment.