Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove comments and unneeded token #152

Merged
merged 3 commits into from
Jan 12, 2025
Merged
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,10 @@ jobs:
run: |
mkdir dist
echo "Artifacts workflow_run_id: ${{ github.run_id }}"
echo "linea-mainnet.outputs.workflow_run_id: ${{ needs.linea-mainnet.outputs.workflow_run_id }}"
echo "linea-sepolia.outputs.workflow_run_id: ${{ needs.linea-sepolia.outputs.workflow_run_id }}"
echo "linea-devnet.outputs.workflow_run_id: ${{ needs.linea-devnet.outputs.workflow_run_id }}"

- name: download linea-mainnet
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: Consensys/linea-besu-package
name: linea-mainnet
path: dist/linea-mainnet
Expand All @@ -57,7 +53,6 @@ jobs:
- name: download linea-sepolia
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: Consensys/linea-besu-package
name: linea-sepolia
path: dist/linea-sepolia
Expand All @@ -66,7 +61,6 @@ jobs:
- name: download linea-devnet
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repository: Consensys/linea-besu-package
name: linea-devnet
path: dist/linea-devnet
Expand Down
Loading