Browse Source

ci(release): tweak release

jguer 4 năm trước cách đây
mục cha
commit
c153631064
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      .github/workflows/multiarch-build.yml

+ 5 - 5
.github/workflows/multiarch-build.yml

@@ -57,6 +57,10 @@ jobs:
     needs: [build-releases]
     runs-on: ubuntu-latest
     steps:
+      - name: Checkout
+        uses: actions/checkout@v2
+        with:
+          fetch-depth: 0
       - name: Read info
         id: tags
         shell: bash
@@ -125,11 +129,7 @@ jobs:
           asset_path: ./yay_${{ steps.tags.outputs.version }}_aarch64.tar.gz
           asset_name: yay_${{ steps.tags.outputs.version }}_aarch64.tar.gz
           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.3
+        uses: docker://aevea/release-notary:0.9.3
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}