diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e20c771f6..a495f33db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,6 +17,7 @@ env: jobs: sign-assets: uses: ./.github/workflows/sign.yml + secrets: inherit check-dev-build: runs-on: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28ab7bbb0..49830588b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ env: jobs: sign-assets: uses: ./.github/workflows/sign.yml + secrets: inherit upload-nuget: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 92fbca7e2..6f3e31439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,7 @@ All notable changes to this project will be documented in this file. - [Multiple] Build nuget package, support netstandard2.0 build (#4039 by: HebaruSan) - [Core] Use fully sanitized archive.org bucket names (#4043 by: HebaruSan) - [Netkan] Omit duplicate inflation warnings in queue (#4071 by: HebaruSan) -- [Build] Refactor + Modernise Actions, sign releases (#4082, #4088, #4089, #4091, #4093, #4094, #4095, #4117, #4162, #4188, #4189 by: techman83, HebaruSan; reviewed: HebaruSan) +- [Build] Refactor + Modernise Actions, sign releases (#4082, #4088, #4089, #4091, #4093, #4094, #4095, #4117, #4162, #4188, #4189, #4190 by: techman83, HebaruSan; reviewed: HebaruSan) - [Multiple] Translation updates from Crowdin (#4105, #4149, #4157 by: vinix38, frankieorabona, ambition, Francesco Ricina, S.O.2; reviewed: HebaruSan) - [Netkan] Allow string "Harmony" in DLL parent folder names (#4123 by: HebaruSan) - [Netkan] Allow licenses to be absent from netkans (#4137 by: HebaruSan)