|
@@ -44,11 +44,6 @@ jobs:
|
|
|
run: |
|
|
|
echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
|
|
|
echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//}
|
|
|
- - name: Changelog
|
|
|
- uses: scottbrenner/generate-changelog-action@master
|
|
|
- id: changelog
|
|
|
- env:
|
|
|
- REPO: ${{ github.repository }}
|
|
|
- uses: actions/download-artifact@v2
|
|
|
with:
|
|
|
name: yay_x86_64
|
|
@@ -98,7 +93,10 @@ 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
|
|
|
- name: Release Notary Action
|
|
|
uses: commitsar-app/release-notary@v0.8.0
|
|
|
env:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
+ GITHUB_REPOSITORY: jguer/yay
|