Skip to content

Commit

Permalink
Merge pull request #199 from freee/develop
Browse files Browse the repository at this point in the history
GitHub Actions修正
  • Loading branch information
ma10 authored Mar 4, 2024
2 parents 08d8feb + dc14a8a commit b95b099
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
mkdir -p ${GITHUB_WORKSPACE}/upload/archive
mkdir -p ${GITHUB_WORKSPACE}/upload/en
# Disable this for the time being, until we have a proper archive
# - name: Download the existing archive files from S3
# env:
# AWS_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
# run: aws s3 sync --delete s3://${AWS_BUCKET}/archive/ ${GITHUB_WORKSPACE}/upload/archive/ --quiet
- name: Download the existing archive files from S3
env:
AWS_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
run: aws s3 sync --delete s3://${AWS_BUCKET}/archive/ ${GITHUB_WORKSPACE}/upload/archive/ --quiet

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

0 comments on commit b95b099

Please sign in to comment.