From 016c2cf79d60f72f2be950c14125ec89d9907f2b Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Tue, 12 Apr 2022 13:10:37 +0100 Subject: [PATCH] Update createrelease.yml --- .github/workflows/createrelease.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/createrelease.yml b/.github/workflows/createrelease.yml index d362683b..7871d7f0 100644 --- a/.github/workflows/createrelease.yml +++ b/.github/workflows/createrelease.yml @@ -51,7 +51,7 @@ jobs: run: dotnet restore TransactionMobile.Maui.sln - name: Set Application Version - uses: TransactionProcessing/actions@0.0.4 + uses: TransactionProcessing/actions@1.0.0 with: filepath: 'TransactionMobile.Maui/TransactionMobile.Maui.csproj' versionnumber: ${{ steps.get_version.outputs.VERSION }} @@ -111,7 +111,7 @@ jobs: run: dotnet restore TransactionMobile.Maui.sln - name: Set Application Version - uses: TransactionProcessing/actions@0.0.4 + uses: TransactionProcessing/actions@1.0.0 with: filepath: 'TransactionMobile.Maui/TransactionMobile.Maui.csproj' versionnumber: ${{ steps.get_version.outputs.VERSION }} @@ -164,7 +164,7 @@ jobs: run: dotnet restore TransactionMobile.Maui.sln - name: Set Application Version - uses: TransactionProcessing/actions@0.0.4 + uses: TransactionProcessing/actions@1.0.0 with: filepath: 'TransactionMobile.Maui/TransactionMobile.Maui.csproj' versionnumber: ${{ steps.get_version.outputs.VERSION }} @@ -217,7 +217,7 @@ jobs: run: dotnet restore TransactionMobile.Maui.sln - name: Set Application Version - uses: TransactionProcessing/actions@0.0.4 + uses: TransactionProcessing/actions@1.0.0 with: filepath: 'TransactionMobile.Maui/TransactionMobile.Maui.csproj' versionnumber: ${{ steps.get_version.outputs.VERSION }}