Skip to content

Commit b95b099

Browse files
authored
Merge pull request #199 from freee/develop
GitHub Actions修正
2 parents 08d8feb + dc14a8a commit b95b099

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ jobs:
4242
mkdir -p ${GITHUB_WORKSPACE}/upload/archive
4343
mkdir -p ${GITHUB_WORKSPACE}/upload/en
4444
45-
# Disable this for the time being, until we have a proper archive
46-
# - name: Download the existing archive files from S3
47-
# env:
48-
# AWS_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
49-
# run: aws s3 sync --delete s3://${AWS_BUCKET}/archive/ ${GITHUB_WORKSPACE}/upload/archive/ --quiet
45+
- name: Download the existing archive files from S3
46+
env:
47+
AWS_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
48+
run: aws s3 sync --delete s3://${AWS_BUCKET}/archive/ ${GITHUB_WORKSPACE}/upload/archive/ --quiet
5049

5150
- name: Build HTML of all releases, with gtag.js, and OGP tags
5251
env:
@@ -113,7 +112,7 @@ jobs:
113112
run: |
114113
gh release create ${TAG} \
115114
--title "Ver. ${TAG}" \
116-
--notes-file ./source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst \
115+
--notes-file ./ja/source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst \
117116
--draft
118117
gh release upload ${TAG} ${GITHUB_WORKSPACE}/freee-a11y-guidelines-${TAG}-html.zip
119118

0 commit comments

Comments
 (0)