Skip to content

Commit

Permalink
Fix windows build github script (#162)
Browse files Browse the repository at this point in the history
* Revert "Release 0.4.1 (#161)"

This reverts commit 8f0e1d1.

* fix windows build
  • Loading branch information
skarimo committed Jul 17, 2023
1 parent 8f0e1d1 commit 29fcccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 29fcccf

Please sign in to comment.