From 4bf1927c1e372c6fddcfeb0080e07734966f97df Mon Sep 17 00:00:00 2001 From: Takumasa Sakao Date: Mon, 19 Aug 2024 18:41:26 +0900 Subject: [PATCH] Test cd --- .github/workflows/cd.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 51f62aa..26ccd55 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,9 +2,8 @@ name: CD # Continuous Deployment on: push: - tags: - - '[v]?[0-9]+.[0-9]+.[0-9]+' - - '[v]?[0-9]+.[0-9]+.[0-9]+-[a-z]+.[0-9]+' + branches: + - test-cd jobs: publish: @@ -124,16 +123,15 @@ jobs: else shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256 fi - - name: Releasing assets - uses: softprops/action-gh-release@v1 - with: - files: | - - target/${{ matrix.target }}/release/${{ matrix.binary-name }}-*.tar.gz - target/${{ matrix.target }}/release/${{ matrix.binary-name }}-*.sha256 + # - name: Releasing assets + # uses: softprops/action-gh-release@v1 + # with: + # files: | - env: + # target/${{ matrix.target }}/release/${{ matrix.binary-name }}-*.tar.gz + # target/${{ matrix.target }}/release/${{ matrix.binary-name }}-*.sha256 - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}