From 7de2298f212f50a21fe98b198b8dbcd90ffe1964 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Thu, 29 Jun 2023 00:14:07 -0400 Subject: [PATCH] revert: "fix(ci): release and correct fetch tags in workflow_call" This reverts commit 583e11196efb318e95a459a46d630d3d92ae42bf. Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- .github/workflows/binary-releases.yml | 6 ------ .github/workflows/release-notes.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/binary-releases.yml b/.github/workflows/binary-releases.yml index 36d2945c..8dea2d89 100644 --- a/.github/workflows/binary-releases.yml +++ b/.github/workflows/binary-releases.yml @@ -83,8 +83,6 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Pull latest change - run: git pull --autostash --no-edit --gpg-sign --ff origin main - name: Fetch PyApp run: >- mkdir $PYAPP_REPO && curl -L https://github.com/ofek/pyapp/releases/download/v$PYAPP_VERSION/source.tar.gz | tar --strip-components=1 -xzf - -C $PYAPP_REPO @@ -181,8 +179,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Set up Python ${{ env.PYTHON_VERSION }} - - name: Pull latest change - run: git pull --autostash --no-edit --gpg-sign --ff origin main uses: actions/setup-python@v4 with: python-version: ${{ env.PYTHON_VERSION }} @@ -238,8 +234,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - name: Pull latest change - run: git pull --autostash --no-edit --gpg-sign --ff origin main - name: Set up Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@v4 with: diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 6116e93d..37fb931b 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -15,11 +15,6 @@ name: release-notes on: workflow_dispatch: - inputs: - tags: - description: 'Tag for releases' - required: true - type: string workflow_call: inputs: tags: @@ -73,7 +68,6 @@ jobs: generate_release_notes: true body_path: release_notes.txt fail_on_unmatched_files: true - tag_name: 'v${{ inputs.tags }}' files: |- dist/* archives/*