소스 검색

chore: fix actions

Steve Johnson 2 년 전
부모
커밋
1b44bf26b9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .github/workflows/build-pre-release.yaml

+ 0 - 1
.github/workflows/build-pre-release.yaml

@@ -70,7 +70,6 @@ jobs:
         uses: softprops/action-gh-release@v1
         uses: softprops/action-gh-release@v1
         if: ${{  success() }}
         if: ${{  success() }}
         with:
         with:
-          tag: ${{ github.ref_name }}
           tag_name: Prerelease-alpha
           tag_name: Prerelease-alpha
           files: app/build/outputs/apk/meta-alpha/release/*
           files: app/build/outputs/apk/meta-alpha/release/*
           prerelease: true
           prerelease: true