diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8de76689..f88970b6 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,8 +2,8 @@ name: CD on: push: - tags: - - "v*.*.*" + # tags: + # - "v*.*.*" env: CARGO_TERM_COLOR: always @@ -101,9 +101,9 @@ jobs: shasum -a 256 ncspot-${{ steps.extract_tag.outputs.tag }}-${{ matrix.build_target }}.tar.gz > ncspot-${{ steps.extract_tag.outputs.tag }}-${{ matrix.build_target }}.sha256 ;; esac; - - name: Releasing assets - uses: softprops/action-gh-release@v1 - with: - files: target/${{ matrix.target }}/release/ncspot-* - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Releasing assets + # uses: softprops/action-gh-release@v1 + # with: + # files: target/${{ matrix.target }}/release/ncspot-* + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}