Steve Johnson 2 жил өмнө
parent
commit
14f7fefd8a

+ 0 - 2
.github/workflows/build-release.yaml

@@ -107,7 +107,6 @@ jobs:
       - name: Tag Repo
         uses: richardsimko/update-tag@v1
         with:
-          tag: ${{ steps.real_tag.outputs.tag }}
           tag_name: ${{ steps.real_tag.outputs.tag }}
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -116,7 +115,6 @@ jobs:
         uses: softprops/action-gh-release@v1
         if: ${{  success() }}
         with:
-          tag: ${{ github.ref_name }}
           tag_name: ${{ github.ref_name }}
           files: app/build/outputs/apk/meta/release/*
           generate_release_notes: true