mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
switch to unclog latest release instead of run artifact (#14793)
* use latest unclog release instead of run artifact * add missing changelog entries to pre-unclog starter pack --------- Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/changelog.yml
vendored
8
.github/workflows/changelog.yml
vendored
@@ -15,12 +15,10 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Download unclog binary
|
||||
uses: actions/download-artifact@v4
|
||||
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # 1.1.2
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repository: OffchainLabs/unclog
|
||||
name: unclog
|
||||
run-id: 12679708867
|
||||
repo: OffchainLabs/unclog
|
||||
file: "unclog"
|
||||
|
||||
- name: Get new changelog files
|
||||
id: new-changelog-files
|
||||
|
||||
Reference in New Issue
Block a user