diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d49772d..184909b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,9 +33,9 @@ jobs: #tag: "v*" #artifacts: "./yacd.tar.gz" #token: ${{ secrets.RELEASE_KEY }} - - name: Release - uses: https://github.com/softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') - with: - files: yacd.tar.gz + # - name: Release + #uses: https://github.com/softprops/action-gh-release@v1 + #if: startsWith(github.ref, 'refs/tags/') + #with: + # files: yacd.tar.gz