Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
ci: Target develop branch instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta authored Oct 10, 2023
1 parent 7953a6a commit 945b858
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
ref: develop
- name: Setup Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
ref: develop
- name: Download artifacts
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Checking out Eigenlayer repository
uses: actions/checkout@v4
with:
ref: main
ref: develop
path: eigenlayer
- uses: actions/setup-go@v3
with:
Expand All @@ -139,4 +139,4 @@ jobs:
echo ${{secrets.PPA_COPY_TOKEN}} | base64 --decode > /tmp/credentials.txt
cd /home/runner/work/eigenlayer/eigenlayer/eigenlayer
chmod +x scripts/copy-ppa-packages-to-new-series.sh
./scripts/copy-ppa-packages-to-new-series.sh
./scripts/copy-ppa-packages-to-new-series.sh

0 comments on commit 945b858

Please sign in to comment.