File tree 1 file changed +1
-16
lines changed
1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
datetime=$(date +'%Y%m%d.%H%M%S')
115
115
echo "$datetime.$branch.$hash" > version.txt
116
116
echo "VERSION=$datetime.$branch.$hash" >> $GITHUB_ENV
117
- echo "RELEASE_DATE=$(date +'%Y-%m-%d %H:%M:%S ')" >> $GITHUB_ENV
117
+ echo "RELEASE_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
118
118
119
119
- name : Create ZIP Archive
120
120
run : |
@@ -134,21 +134,6 @@ jobs:
134
134
env :
135
135
GITHUB_TOKEN : ${{ secrets.PAT }}
136
136
137
- - name : Generate Changelog
138
- run : |
139
- echo "This is an automated release of the latest translation data." > CHANGELOG.md
140
- echo "" >> CHANGELOG.md
141
- echo "## Changelog" >> CHANGELOG.md
142
- git log $(git describe --tags --abbrev=0 @^)..@ --pretty=format:"- %s" >> CHANGELOG.md
143
- echo "" >> CHANGELOG.md
144
- cat CHANGELOG.md
145
-
146
- - name : Update GitHub Release with Changelog
147
- run : |
148
- gh release edit ${{ env.VERSION }} --notes-file CHANGELOG.md
149
- env :
150
- GH_TOKEN : ${{ secrets.PAT }}
151
-
152
137
- name : Send Notification to Discord
153
138
uses : sarisia/actions-status-discord@v1
154
139
if : always()
You can’t perform that action at this time.
0 commit comments