Browse Source

ci(release): update release notary (#2042)

update release notary
Jo 2 years ago
parent
commit
9028f5d8be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/multiarch-build.yml

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

@@ -112,6 +112,6 @@ jobs:
           asset_name: yay_${{ steps.tags.outputs.version }}_aarch64.tar.gz
           asset_content_type: application/tar+gzip
       - name: Release Notary Action
-        uses: docker://aevea/release-notary:0.9.3
+        uses: docker://aevea/release-notary:latest
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}