Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyic committed Oct 7, 2023
1 parent 5e8b28c commit 7e5317d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

- name: Build discv4-crawl
if: steps.semantic.outputs.new_release_version != ''
run: make build
env:
VERSION: ${{ steps.semantic.outputs.new_release_version }}

- name: Set up Docker Buildx
if: steps.semantic.outputs.new_release_version != ''
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 7e5317d

Please sign in to comment.