Skip to content

Commit 17d6b66

Browse files
Danny-SundaresanDanny-Sundaresan
authored andcommitted
Read logs of Unreleased version
1 parent 41fd623 commit 17d6b66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ bundle exec middleman build --clean
2424
cd $GITHUB_WORKSPACE
2525
mv /usr/src/app/build $INTERNAL_DOC_BUILD
2626

27+
## Zipping the build to tag them as released in github
28+
echo "Zipping the generated docs"
2729
zip -r $ZIP_DOC_BUILD $EXTERNAL_DOC_BUILD $INTERNAL_DOC_BUILD

.github/workflows/buid-deploy-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ jobs:
4343
- name: Get changes from CHANGELOG.md
4444
id: changelog_reader
4545
uses: mindsers/changelog-reader-action@v2
46+
with:
47+
version: Unreleased
4648

4749
- name: Generate release timestamp
4850
id: tag
4951
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%S')"
5052

51-
- name: Push a tag
53+
- name: Push a release tag
5254
id: push_tag
5355
uses: mathieudutour/[email protected]
5456
with:

0 commit comments

Comments
 (0)