Skip to content

Commit bad03a0

Browse files
committed
Nah just read on Discord
1 parent 22fbcbe commit bad03a0

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/check.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
datetime=$(date +'%Y%m%d.%H%M%S')
115115
echo "$datetime.$branch.$hash" > version.txt
116116
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
118118
119119
- name: Create ZIP Archive
120120
run: |
@@ -134,21 +134,6 @@ jobs:
134134
env:
135135
GITHUB_TOKEN: ${{ secrets.PAT }}
136136

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-
152137
- name: Send Notification to Discord
153138
uses: sarisia/actions-status-discord@v1
154139
if: always()

0 commit comments

Comments
 (0)