From dde7d4ca4ff6344a467a065531ee81c7262d2e2d Mon Sep 17 00:00:00 2001 From: chepsi Date: Mon, 6 Nov 2023 23:57:30 +0300 Subject: [PATCH] Fix: Workflow --- .github/workflows/deploy-to-playstore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-playstore.yml b/.github/workflows/deploy-to-playstore.yml index 2d591621..0f72a8ae 100644 --- a/.github/workflows/deploy-to-playstore.yml +++ b/.github/workflows/deploy-to-playstore.yml @@ -17,7 +17,7 @@ jobs: java-version: '17' - name: Combine strings - uses: michpohl/action-concatenate-strings@v1 + uses: michpohl/action-concatenate-strings@v1.0.1 with: first: 1.0 second: ${{ github.run_number }}