We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b667c commit 1f065bfCopy full SHA for 1f065bf
1 file changed
.github/workflows/release.yml
@@ -65,8 +65,6 @@ jobs:
65
DIR=`pwd`
66
cd build/_output/docs
67
zip -r ../docs.zip *
68
- # Save the docs.zip
69
- cp ../docs.zip /tmp
70
71
- name: Build Binaries
72
shell: bash
@@ -77,20 +75,6 @@ jobs:
77
75
mkdir -p ${CLI_TMP_BIN} || true
78
76
cp -R bin/* ${CLI_TMP_BIN}
79
80
- - name: Release GitHub Pages
81
- shell: bash
82
- run: |
83
- git config --local user.name "Github Action"
84
- git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
85
- make release-ghpages
86
- # Restore the Binaries directories
87
- CLI_TMP_BIN=/tmp/coherence-cli-bin
88
- mkdir bin || true
89
- cp -R ${CLI_TMP_BIN}/* bin/
90
- # Restore the docs.zip
91
- mkdir -p ./build/_output
92
- mv /tmp/docs.zip ./build/_output/docs.zip
93
-
94
- name: Create Release
95
uses: actions/create-release@v1
96
id: create_release
0 commit comments