Skip to content

Commit 41fd623

Browse files
Danny-SundaresanDanny-Sundaresan
authored andcommitted
Update buid-deploy-test.yml
1 parent 8188cb0 commit 41fd623

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,30 @@ jobs:
4949
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%S')"
5050

5151
- name: Push a tag
52-
id: push_tag
53-
uses: mathieudutour/[email protected]
54-
with:
55-
github_token: ${{ secrets.GH_TOKEN }}
56-
custom_tag: ${{ steps.tag.outputs.date }}
52+
id: push_tag
53+
uses: mathieudutour/[email protected]
54+
with:
55+
github_token: ${{ secrets.GH_TOKEN }}
56+
custom_tag: ${{ steps.tag.outputs.date }}
5757

5858
- name: Create Release
59-
id: create_release
60-
uses: actions/[email protected]
61-
env:
62-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
63-
with:
64-
tag_name: v${{ steps.tag.outputs.date }}
65-
release_name: ${{ steps.tag.outputs.date }}
66-
body: ${{ steps.changelog_reader.outputs.changes }}
67-
prerelease: false
68-
draft: false
59+
id: create_release
60+
uses: actions/[email protected]
61+
env:
62+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
63+
with:
64+
tag_name: v${{ steps.tag.outputs.date }}
65+
release_name: ${{ steps.tag.outputs.date }}
66+
body: ${{ steps.changelog_reader.outputs.changes }}
67+
prerelease: false
68+
draft: false
6969

7070
- name: Upload Release Asset
71-
uses: actions/[email protected]
72-
env:
73-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
74-
with:
75-
upload_url: ${{ steps.create_release.outputs.upload_url }}
76-
asset_path: ./${{ env.zip-doc-build }}
77-
asset_name: ${{ env.zip-doc-build }}
78-
asset_content_type: application/zip
71+
uses: actions/[email protected]
72+
env:
73+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
74+
with:
75+
upload_url: ${{ steps.create_release.outputs.upload_url }}
76+
asset_path: ./${{ env.zip-doc-build }}
77+
asset_name: ${{ env.zip-doc-build }}
78+
asset_content_type: application/zip

0 commit comments

Comments
 (0)