We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fd348 commit 8aefc5cCopy full SHA for 8aefc5c
.circleci/config.yml
@@ -960,13 +960,13 @@ jobs:
960
wp-desktop-publish:
961
docker:
962
- image: circleci/golang:1.12
963
- working_directory: ~/wp-calypso
+ working_directory: /home/circleci/wp-calypso
964
environment:
965
VERSION: << pipeline.git.tag >>
966
steps:
967
- checkout
968
- attach_workspace:
969
- at: ~/wp-calypso
+ at: /home/circleci/wp-calypso
970
- run:
971
name: Install Dependencies
972
command: go get github.com/tcnksm/ghr
@@ -976,7 +976,7 @@ jobs:
976
echo "Publishing draft release for wp-desktop $VERSION..."
977
NAME="WP-Desktop ${VERSION#?}"
978
979
- chmod +x ./desktop/bin/make-changelog.sh
+ chmod +x desktop/bin/make-changelog.sh
980
./desktop/bin/make-changelog.sh > desktop/CHANGELOG.md
981
982
ghr \
0 commit comments