diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31519cc6..a9a7ed6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,7 @@ jobs: run: | TAG_NAME=v$(echo $RELEASE_BRANCH | cut -d "/" -f2) echo "tag_name=$TAG_NAME" >> "$GITHUB_ENV" + shell: bash - uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index af655ecc..59802fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,5 @@ # Changelog -## 0.4.1 / 2023-07-17 -This release is same as `v0.4.0`. It includes the executables missing from version `v0.4.0` - -**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/v0.4.0...0.4.1 - ## 0.4.0 / 2023-07-17 ### Added