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 9424a48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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
4 changes: 1 addition & 3 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
branches:
- main
- name: beta-*
prerelease: true
- name: alpha-*
- name: release-*
prerelease: true
plugins:
- "@semantic-release/commit-analyzer"
Expand Down

0 comments on commit 9424a48

Please sign in to comment.