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

fix: pipeline #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 1.0.0-release-docker-image.1 (2023-10-07)


### Bug Fixes

* pipeline ([9424a48](https://github.com/consensys-vertical-apps/discv4-crawl/commit/9424a4891cd19711218acb987c10374eb3c5150e))


### Features

* add pipeline ([022d486](https://github.com/consensys-vertical-apps/discv4-crawl/commit/022d48602a77ad0bf4b30fd9fdc698428cc95fa2))