Skip to content

Commit 6263e55

Browse files
committed
fix. CI bin download
1 parent e9c60ac commit 6263e55

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- name: Get registry binary
2121
shell: bash
22-
run: |
23-
wget -O- --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' https://github.com/highcard-dev/backend-monorepo-go/releases/download/latest/scrolls-registry
22+
- uses: robinraju/release-downloader@v1.7
23+
with:
24+
repository: "highcard-dev/backend-monorepo-go"
25+
latest: true
26+
fileName: "scrolls-registry"
27+
2428
- name: Building only version updates
2529
run: ./scroll-registry build -d ./scrolls -c
2630
- name: Pushing new scrolls

0 commit comments

Comments
 (0)