Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
- resolve one more conflicts
- revert 2 new line added
  • Loading branch information
jennijuju committed Jun 25, 2024
1 parent 69ef408 commit 8d4f755
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,4 @@ docsgen-cli: lotus lotus-miner lotus-worker
.PHONY: docsgen-cli

print-%:
@echo $*=$($*)
@echo $*=$($*)
1 change: 0 additions & 1 deletion scripts/version-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d4f755

Please sign in to comment.