Skip to content

Commit

Permalink
desktop: Revert all non-required changes for changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Dec 15, 2020
1 parent e7fd348 commit 8aefc5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -960,13 +960,13 @@ jobs:
wp-desktop-publish:
docker:
- image: circleci/golang:1.12
working_directory: ~/wp-calypso
working_directory: /home/circleci/wp-calypso
environment:
VERSION: << pipeline.git.tag >>
steps:
- checkout
- attach_workspace:
at: ~/wp-calypso
at: /home/circleci/wp-calypso
- run:
name: Install Dependencies
command: go get github.com/tcnksm/ghr
Expand All @@ -976,7 +976,7 @@ jobs:
echo "Publishing draft release for wp-desktop $VERSION..."
NAME="WP-Desktop ${VERSION#?}"
chmod +x ./desktop/bin/make-changelog.sh
chmod +x desktop/bin/make-changelog.sh
./desktop/bin/make-changelog.sh > desktop/CHANGELOG.md
ghr \
Expand Down

0 comments on commit 8aefc5c

Please sign in to comment.