CI: Remove upload-release-action fields that match defaults
This commit is contained in:
@@ -78,10 +78,8 @@ jobs:
|
|||||||
- name: Upload archive to release
|
- name: Upload archive to release
|
||||||
uses: svenstaro/upload-release-action@2.3.0
|
uses: svenstaro/upload-release-action@2.3.0
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
file: ${{ matrix.archive_name }}
|
file: ${{ matrix.archive_name }}
|
||||||
asset_name: age-plugin-yubikey-$tag-${{ matrix.asset_suffix }}
|
asset_name: age-plugin-yubikey-$tag-${{ matrix.asset_suffix }}
|
||||||
tag: ${{ github.ref }}
|
|
||||||
prerelease: true
|
prerelease: true
|
||||||
if: github.event.inputs.test != 'true'
|
if: github.event.inputs.test != 'true'
|
||||||
|
|
||||||
@@ -139,9 +137,7 @@ jobs:
|
|||||||
- name: Upload Debian package to release
|
- name: Upload Debian package to release
|
||||||
uses: svenstaro/upload-release-action@2.3.0
|
uses: svenstaro/upload-release-action@2.3.0
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
file: target/${{ matrix.target }}/debian/*.deb
|
file: target/${{ matrix.target }}/debian/*.deb
|
||||||
tag: ${{ github.ref }}
|
|
||||||
file_glob: true
|
file_glob: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
if: github.event.inputs.test != 'true'
|
if: github.event.inputs.test != 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user