From e415ce4ae923feaf349eb123d6e3aad1cb119a7d Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 28 Dec 2022 13:53:56 +0000 Subject: [PATCH] CI: Remove upload-release-action fields that match defaults --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edc3c63..c5cf9ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,10 +78,8 @@ jobs: - name: Upload archive to release uses: svenstaro/upload-release-action@2.3.0 with: - repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ matrix.archive_name }} asset_name: age-plugin-yubikey-$tag-${{ matrix.asset_suffix }} - tag: ${{ github.ref }} prerelease: true if: github.event.inputs.test != 'true' @@ -139,9 +137,7 @@ jobs: - name: Upload Debian package to release uses: svenstaro/upload-release-action@2.3.0 with: - repo_token: ${{ secrets.GITHUB_TOKEN }} file: target/${{ matrix.target }}/debian/*.deb - tag: ${{ github.ref }} file_glob: true prerelease: true if: github.event.inputs.test != 'true'