diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e9e785..4d5b42c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: "workflow_dispatch") _ver="${{ github.event.inputs.version }}" ;; "push") - _ver="${GITHUB_REF#refs/heads/release-}}" ;; + _ver="${GITHUB_REF#refs/heads/release-}" ;; *) echo "FAIL: Unexpected workflow trigger." exit 1 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 767a93e..d872673 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Known issues + +- ([#41](https://github.com/solvaholic/octodns-sync/issues/41)) `add_pr_comment` adds a new comment for each run. + ### Added - ([#66](https://github.com/solvaholic/octodns-sync/pull/66)) Add output `plan` to include `plan_outputs` from `octodns-sync` command.