From d6696c2b62ce690a72cdb3b8b634d80d3bcd4eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 06:28:53 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 0.1.14 to 1 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.14 to 1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v0.1.14...v1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eae5a03e..c070355e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target release_header - name: Release - uses: softprops/action-gh-release@v0.1.14 + uses: softprops/action-gh-release@v1 with: files: ${{github.workspace}}/build/include/cib/cib.hpp draft: true