From d394104e5e7688172f869a53628cd1a9e953dad7 Mon Sep 17 00:00:00 2001 From: Konstantin Wachendorff Date: Thu, 8 Sep 2022 17:26:46 +0200 Subject: [PATCH] fixed version for release --- .github/workflows/github-actions-release-linux.yml | 2 +- .github/workflows/github-actions-release-macos.yml | 2 +- .github/workflows/github-actions-release-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions-release-linux.yml b/.github/workflows/github-actions-release-linux.yml index 6cb0dcb..aefbdf2 100644 --- a/.github/workflows/github-actions-release-linux.yml +++ b/.github/workflows/github-actions-release-linux.yml @@ -30,5 +30,5 @@ jobs: with: artifacts: 'build/linux/x64/release/bundle/skyle_ik-windows.zip' token: ${{ secrets.RELEASES_TOKEN }} - tag: 1.0 + tag: '1.0.0' commit: main diff --git a/.github/workflows/github-actions-release-macos.yml b/.github/workflows/github-actions-release-macos.yml index db992d8..07eda9d 100644 --- a/.github/workflows/github-actions-release-macos.yml +++ b/.github/workflows/github-actions-release-macos.yml @@ -25,5 +25,5 @@ jobs: with: artifacts: 'build/macos/Build/Products/Release/skyle_ik.app' token: ${{ secrets.RELEASES_TOKEN }} - tag: 1.0 + tag: '1.0.0' commit: main diff --git a/.github/workflows/github-actions-release-windows.yml b/.github/workflows/github-actions-release-windows.yml index 4eb0b10..28c2aeb 100644 --- a/.github/workflows/github-actions-release-windows.yml +++ b/.github/workflows/github-actions-release-windows.yml @@ -30,5 +30,5 @@ jobs: with: artifacts: 'build/windows/runner/Release/skyle_ik-windows.zip' token: ${{ secrets.RELEASES_TOKEN }} - tag: 1.0 + tag: '1.0.0' commit: main \ No newline at end of file