From e5c1f341426ef1df29748af62acdec9f5019c09c Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Mon, 29 Apr 2024 18:43:58 +0100 Subject: [PATCH] Update rolling release GH action version (#98) ## Description Bumps softprops/action-gh-release ## Motivation and Context Although this might not solve it, currently our rolling release shows the release date far behind that actually released. ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change that adds a new feature) - [ ] Bug fix (fixes an issue) - [ ] Breaking change (breaking change) - [x] Config and build (change in the configuration and build system, has no impact on code or features) ## Checklist: - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. Signed-off-by: GITHUB_USER --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98730deb..9eed490d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: # continue-on-error: true - name: Upload rolling release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2 if: github.ref == 'refs/heads/main' with: name: Rolling release