diff --git a/.github/workflows/cicd_npm-publish.yml b/.github/workflows/cicd_npm-publish.yml index cd42ebf..bdbf55c 100644 --- a/.github/workflows/cicd_npm-publish.yml +++ b/.github/workflows/cicd_npm-publish.yml @@ -11,5 +11,4 @@ jobs: uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master with: revision: ${{ github.event.pull_request.head.ref }} - supported_versions: '[18]' secrets: inherit \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3f10d..a45104b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Migrate publish flow from Jenkins to GitHub Actions -- Fix Owner name +- Add devops-tooling as owner for .github/workflows/cicd_* ## [0.10.2] - 2024-05-31