From 85c59c03cf339041fad01c074a8b0b17e0af5b3c Mon Sep 17 00:00:00 2001 From: a624669980 Date: Thu, 30 Sep 2021 14:52:32 +0800 Subject: [PATCH] Modify the publishing process --- .github/workflows/casa.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/casa.yml b/.github/workflows/casa.yml index c8ab859..8132a1d 100644 --- a/.github/workflows/casa.yml +++ b/.github/workflows/casa.yml @@ -28,11 +28,11 @@ jobs: runs-on: ubuntu-latest steps: - - name: Get release - id: get_release - uses: bruceadams/get-release@v1.2.3 - env: - GITHUB_TOKEN: ${{ github.token }} +# - name: Get release +# id: get_release +# uses: bruceadams/get-release@v1.2.3 +# env: +# GITHUB_TOKEN: ${{ github.token }} - name: Initialization environment