File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,6 @@ bundle exec middleman build --clean
24
24
cd $GITHUB_WORKSPACE
25
25
mv /usr/src/app/build $INTERNAL_DOC_BUILD
26
26
27
+ # # Zipping the build to tag them as released in github
28
+ echo " Zipping the generated docs"
27
29
zip -r $ZIP_DOC_BUILD $EXTERNAL_DOC_BUILD $INTERNAL_DOC_BUILD
Original file line number Diff line number Diff line change @@ -43,12 +43,14 @@ jobs:
43
43
- name : Get changes from CHANGELOG.md
44
44
id : changelog_reader
45
45
uses : mindsers/changelog-reader-action@v2
46
+ with :
47
+ version : Unreleased
46
48
47
49
- name : Generate release timestamp
48
50
id : tag
49
51
run : echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%S')"
50
52
51
- - name : Push a tag
53
+ - name : Push a release tag
52
54
id : push_tag
53
55
uses :
mathieudutour/[email protected]
54
56
with :
You can’t perform that action at this time.
0 commit comments