소스 검색

ci(yay): tweak release notary

jguer 4 년 전
부모
커밋
85fe90c95f
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 1
      .github/workflows/multiarch-build.yml
  2. 1 1
      config.go

+ 3 - 1
.github/workflows/multiarch-build.yml

@@ -127,7 +127,9 @@ jobs:
           asset_content_type: application/tar+gzip
       - name: Checkout
         uses: actions/checkout@v2
+        with:
+          fetch-depth: 0
       - name: Release Notary Action
-        uses: aevea/release-notary@v0.9.1
+        uses: aevea/release-notary@v0.9.3
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

+ 1 - 1
config.go

@@ -20,7 +20,7 @@ const (
 	minimal
 )
 
-var yayVersion = "10.2.0"
+var yayVersion = "10.2.1"
 
 var localePath = "/usr/share/locale"