diff --git a/.github/workflows/run-linear-release.yml b/.github/workflows/run-linear-release.yml index aad4e33..e74ac7a 100644 --- a/.github/workflows/run-linear-release.yml +++ b/.github/workflows/run-linear-release.yml @@ -32,8 +32,6 @@ jobs: fetch-depth: 0 - name: Download CLI - env: - GH_TOKEN: ${{ github.token }} run: gh release download --repo linear/linear-release --pattern "linear-release-linux-x64" --output linear-release - name: Sync issues @@ -53,8 +51,6 @@ jobs: fetch-depth: 0 - name: Download CLI - env: - GH_TOKEN: ${{ github.token }} run: gh release download --repo linear/linear-release --pattern "linear-release-linux-x64" --output linear-release - name: Complete release