diff --git a/.github/workflows/codePush.yml b/.github/workflows/codePush.yml index 0bb26c32..43cbe2e0 100644 --- a/.github/workflows/codePush.yml +++ b/.github/workflows/codePush.yml @@ -69,7 +69,7 @@ jobs: - name: Create release tag run: | - TAG_NAME="v${{ needs.generate.outputs.package_version }}" + TAG_NAME="${{ needs.generate.outputs.package_version }}" RELEASE_NAME="Release $TAG_NAME" DESCRIPTION="${{ github.event.inputs.description }}" REPO="navi-medici/address-verification-app"