ソースを参照

fix(release): fix release pipeline

jguer 4 年 前
コミット
01e6d80525
1 ファイル変更3 行追加5 行削除
  1. 3 5
      .github/workflows/multiarch-build.yml

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

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