diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d61ef2..c284151 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: npm install -g markdownlint-cli markdownlint changelog.md --fix # Build it - box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} + box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }} - name: Commit Changelog [unreleased] with latest version uses: EndBug/add-and-commit@v9.1.4 diff --git a/box.json b/box.json index ab368ae..d9215cf 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"DocBox", - "version":"4.2.0", + "version":"4.1.1", "author":"Ortus Solutions, Corp", "location":"http://downloads.ortussolutions.com/ortussolutions/docbox/@build.version@/docbox-@build.version@.zip", "homepage":"https://forgebox.io/view/docbox", diff --git a/changelog.md b/changelog.md index e9d5f8e..df63419 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Missed branch identifier in build process + ## [4.1.0] - 2024-02-13 ### Added