Skip to content

Commit

Permalink
Hopefully, release workflow should do versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-Weber authored and Windows200000 committed May 18, 2024
1 parent c9cd4ad commit c93a8f2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3


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

- name: Set up variables
id: vars
run: |
Expand Down Expand Up @@ -246,4 +253,4 @@ jobs:
name: Updated build
prerelease: false
removeArtifacts: true
tag: v15
tag: ${{ steps.version.outputs.v-version }}

0 comments on commit c93a8f2

Please sign in to comment.