We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c60ac commit 6263e55Copy full SHA for 6263e55
1 file changed
.github/workflows/release.yml
@@ -19,8 +19,12 @@ jobs:
19
- uses: actions/checkout@v3
20
- name: Get registry binary
21
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
+ - uses: robinraju/release-downloader@v1.7
+ with:
24
+ repository: "highcard-dev/backend-monorepo-go"
25
+ latest: true
26
+ fileName: "scrolls-registry"
27
+
28
- name: Building only version updates
29
run: ./scroll-registry build -d ./scrolls -c
30
- name: Pushing new scrolls
0 commit comments