Skip to content

Commit f5ccd0f

Browse files
Bump softprops/action-gh-release from 0.1.14 to 0.1.15
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.14 to 0.1.15. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v0.1.14...v0.1.15) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c68205 commit f5ccd0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Packaging FAILED" && exit 1
3636
3737
- name: Release
38-
uses: softprops/action-gh-release@v0.1.14
38+
uses: softprops/action-gh-release@v0.1.15
3939
if: startsWith(github.ref, 'refs/tags/') && steps.check_files.outputs.files_exists == 'true'
4040
with:
4141
files: "*.tar.gz"

0 commit comments

Comments
 (0)