From 50f79f7a29254d5aec16f1e75d7fdf3fdf1f8f98 Mon Sep 17 00:00:00 2001 From: petrzpav Date: Mon, 17 Jul 2023 16:32:17 +0200 Subject: [PATCH 1/2] Fix actions syntax --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5184f0..1f409db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,11 +46,11 @@ jobs: prerelease: false - name: Get Name of Artifact - run: | - ARTIFACT_1_PATHNAME=$(ls *.tar.gz | head -n 1) - ARTIFACT_2_PATHNAME=$(ls *.sh | head -n 1) - echo ::set-env name=ARTIFACT_1_PATHNAME::${ARTIFACT_1_PATHNAME} - echo ::set-env name=ARTIFACT_2_PATHNAME::${ARTIFACT_2_PATHNAME} + run: | + ARTIFACT_1_PATHNAME=$(ls *.tar.gz | head -n 1) + ARTIFACT_2_PATHNAME=$(ls *.sh | head -n 1) + echo ::set-env name=ARTIFACT_1_PATHNAME::${ARTIFACT_1_PATHNAME} + echo ::set-env name=ARTIFACT_2_PATHNAME::${ARTIFACT_2_PATHNAME} - name: Upload Release Asset id: upload-release-asset From 3e59362666ea28472a6deeb133cd0ea8ac96083b Mon Sep 17 00:00:00 2001 From: petrzpav Date: Mon, 17 Jul 2023 16:32:25 +0200 Subject: [PATCH 2/2] Update control files --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b95fe..9d4aa9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.9] - 2023-07-17 + +### Fixed + +- Fix actions syntax + ## [3.0.8] - 2023-07-17 ### Fixed @@ -147,6 +153,7 @@ _Stable release based on [3.0.0-rc.2]._ ## [1.0.0] - 2016-12-22 +[3.0.9]: https://https://github.com/internetguru/flow/compare/v3.0.8...v3.0.9 [3.0.8]: https://https://github.com/internetguru/flow/compare/v3.0.7...v3.0.8 [3.0.7]: https://https://github.com/internetguru/flow/compare/v3.0.6...v3.0.7 [3.0.6]: https://https://github.com/internetguru/flow/compare/v3.0.5...v3.0.6 diff --git a/VERSION b/VERSION index 67786e2..747457c 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.8 +3.0.9