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