diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa255a4..c5cf9ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,12 +76,10 @@ jobs: if: matrix.name == 'windows' - name: Upload archive to release - uses: svenstaro/upload-release-action@2.2.1 + 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' @@ -137,11 +135,9 @@ jobs: args: --package age-plugin-yubikey --no-build --target ${{ matrix.target }} - name: Upload Debian package to release - uses: svenstaro/upload-release-action@2.2.1 + 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'