Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,22 @@ jobs:
contents: "write"
packages: "write"
steps:
- name: Clone repository
uses: actions/checkout@v5
with:
fetch-depth: 0

- name: Get version for next release
uses: wemogy/get-release-version-action@v4.3.2
id: release-version
if: ${{ github.event.inputs.version == '' }}
with:
prefix: v
create-tag: 'true'
create-tag: "true"
git-username: wemogy IT
git-email: it@wemogy.com
mode: semantic

- uses: actions/checkout@v2

# Nuget
- name: Build .NET
uses: ./.github/actions/dotnet
Expand Down