We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e3ecb commit e9c60acCopy full SHA for e9c60ac
1 file changed
.github/workflows/release.yml
@@ -17,12 +17,7 @@ jobs:
17
SCROLL_REGISTRY_BUCKET: ${{ secrets.SCROLL_REGISTRY_BUCKET_STAGING }}
18
steps:
19
- uses: actions/checkout@v3
20
- - uses: actions/setup-go@v3
21
- with:
22
- go-version: ">=1.19.3"
23
- cache: true
24
- cache-dependency-path: scrolls-registry
25
- - name: Build Scroll Registry Tool
+ - name: Get registry binary
26
shell: bash
27
run: |
28
wget -O- --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' https://github.com/highcard-dev/backend-monorepo-go/releases/download/latest/scrolls-registry
0 commit comments