File tree 1 file changed +11
-8
lines changed 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -643,21 +643,24 @@ jobs:
643
643
with :
644
644
fetch-depth : 0
645
645
646
+ - name : GHCR Login
647
+ uses : docker/login-action@v3
648
+ with :
649
+ registry : ghcr.io
650
+ username : ${{ github.actor }}
651
+ password : ${{ secrets.GITHUB_TOKEN }}
652
+
646
653
- name : Setup Node
647
654
uses : ./.github/actions/setup-node
648
655
649
656
- name : Setup Go
650
657
uses : ./.github/actions/setup-go
651
658
652
- - name : Setup sqlc
653
- uses : ./.github/actions/setup-sqlc
659
+ - name : Install nfpm
660
+ run : go install github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.16.0
654
661
655
- - name : GHCR Login
656
- uses : docker/login-action@v3
657
- with :
658
- registry : ghcr.io
659
- username : ${{ github.actor }}
660
- password : ${{ secrets.GITHUB_TOKEN }}
662
+ - name : Install zstd
663
+ run : sudo apt-get install -y zstd
661
664
662
665
- name : Build
663
666
run : |
You can’t perform that action at this time.
0 commit comments