From 542b0da03a09a69bb234c270f94752b58af7418a Mon Sep 17 00:00:00 2001 From: Ian Rumac Date: Tue, 8 Oct 2024 13:22:25 +0200 Subject: [PATCH] Fix tagging issue --- .github/workflows/update-library.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-library.yml b/.github/workflows/update-library.yml index 83ac9dc..62bfa4b 100644 --- a/.github/workflows/update-library.yml +++ b/.github/workflows/update-library.yml @@ -117,7 +117,7 @@ jobs: run: | git tag -a "${{ env.VERSION_NUMBER }}" -m "Release version ${{ env.VERSION_NUMBER }}" git push origin "${{ env.VERSION_NUMBER }}" - working-directory: ios + working-directory: android - name: Create GitHub Release uses: actions/create-release@v1