Skip to content

Commit

Permalink
WIP: debug summary generation
Browse files Browse the repository at this point in the history
  • Loading branch information
yfyf committed Jan 2, 2025
1 parent 364df73 commit 56633f5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ jobs:
exit 1
fi
- name: Build release disk
run: ./build release-disk

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
with:
aws-access-key-id: ${{ secrets.TEST_DISKS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.TEST_DISKS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1

- name: Publish to S3
run: ./.github/workflows/upload-test-disk.sh "$GITHUB_REF_NAME"
# - name: Build release disk
# run: ./build release-disk
#
# - name: Configure AWS credentials
# uses: aws-actions/configure-aws-credentials@v3
# with:
# aws-access-key-id: ${{ secrets.TEST_DISKS_ACCESS_KEY_ID }}
# aws-secret-access-key: ${{ secrets.TEST_DISKS_SECRET_ACCESS_KEY }}
# aws-region: eu-central-1
#
# - name: Publish to S3
# run: ./.github/workflows/upload-test-disk.sh "$GITHUB_REF_NAME"

- name: Create Release summary
run: ./.github/workflows/gen-release-summary.sh "$GITHUB_REF_NAME" > ./release-notes.md
run: bash -x ./.github/workflows/gen-release-summary.sh "$GITHUB_REF_NAME" > ./release-notes.md

- name: Create Release
env:
Expand Down

0 comments on commit 56633f5

Please sign in to comment.