Skip to content

Commit e9c60ac

Browse files
committed
fix: CI
1 parent 53e3ecb commit e9c60ac

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ jobs:
1717
SCROLL_REGISTRY_BUCKET: ${{ secrets.SCROLL_REGISTRY_BUCKET_STAGING }}
1818
steps:
1919
- 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
20+
- name: Get registry binary
2621
shell: bash
2722
run: |
2823
wget -O- --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' https://github.com/highcard-dev/backend-monorepo-go/releases/download/latest/scrolls-registry

0 commit comments

Comments
 (0)