From 8d4f7556e6433aae37365a20b172b2fabd28a38e Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Mon, 24 Jun 2024 21:15:23 -0400 Subject: [PATCH] address review - resolve one more conflicts - revert 2 new line added --- .github/workflows/release.yml | 8 -------- Makefile | 2 +- scripts/version-check.sh | 1 - 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e1f4fd15c3..12ea6e3f90e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,11 +86,7 @@ jobs: runs-on: ubuntu-latest needs: [build] env: -<<<<<<< HEAD - PUBLISH: ${{ startsWith(github.ref, 'refs/tags/') }} -======= PUBLISH: ${{ startsWith(inputs.ref || github.ref, 'refs/tags/') }} ->>>>>>> release/v1.27.1 steps: - uses: actions/checkout@v4 with: @@ -113,13 +109,9 @@ jobs: with: name: lotus-macOS-ARM64 path: darwin_arm64 -<<<<<<< HEAD - - uses: ./.github/actions/install-go -======= - uses: ./actions/.github/actions/install-go with: working-directory: lotus ->>>>>>> release/v1.27.1 - uses: ipfs/download-ipfs-distribution-action@v1 with: name: kubo diff --git a/Makefile b/Makefile index d78737d8f8f..7f17dc3a828 100644 --- a/Makefile +++ b/Makefile @@ -382,4 +382,4 @@ docsgen-cli: lotus lotus-miner lotus-worker .PHONY: docsgen-cli print-%: - @echo $*=$($*) + @echo $*=$($*) \ No newline at end of file diff --git a/scripts/version-check.sh b/scripts/version-check.sh index d41317cb69c..4099c800ebb 100755 --- a/scripts/version-check.sh +++ b/scripts/version-check.sh @@ -32,7 +32,6 @@ function validate_lotus_version_matches_tag(){ _lotus_path=$1 - if [[ "$GITHUB_REF" == refs/tags/* ]]; then validate_lotus_version_matches_tag "${_lotus_path}" "${GITHUB_REF#refs/tags/}" else