ci(yay): tweak release notary

This commit is contained in:
jguer 2021-04-12 17:21:29 +02:00
parent d3bc19a003
commit 85fe90c95f
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35
2 changed files with 4 additions and 2 deletions

View file

@ -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 }}

View file

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