Skip to content

Commit 22531f8

Browse files
committed
refactor: uploading releaase into S3 bucket commented
1 parent c36e201 commit 22531f8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
# DEFAULT_BUMP is used when there are no MAJOR_STRING_TOKEN or MINOR_STRING_TOKEN,
59-
# or for manual workflow_dispatch override
59+
# or for manual workflow_dispatch
6060
DEFAULT_BUMP: ${{ github.event.inputs.version_bump || 'patch'}}
6161
WITH_V: true
6262
MAJOR_STRING_TOKEN: "BREAKING CHANGE:"
@@ -119,16 +119,16 @@ jobs:
119119
storage-cli-${{ env.VERSION_NUMBER }}-windows-amd64.exe
120120
token: ${{ secrets.GITHUB_TOKEN }}
121121

122-
- name: Configure AWS
123-
uses: aws-actions/configure-aws-credentials@v4
124-
with:
125-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
126-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
127-
aws-region: us-east-1
122+
# - name: Configure AWS
123+
# uses: aws-actions/configure-aws-credentials@v4
124+
# with:
125+
# aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
126+
# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
127+
# aws-region: us-east-1
128128

129-
- name: Upload Artifacts to S3
130-
run: |
131-
aws s3 cp "storage-cli-${{ env.VERSION_NUMBER }}-linux-amd64" \
132-
"s3://storage-cli-artifacts/storage-cli-${{ env.VERSION_NUMBER }}-linux-amd64"
133-
aws s3 cp "storage-cli-${{ env.VERSION_NUMBER }}-windows-amd64.exe" \
134-
"s3://storage-cli-artifacts/storage-cli-${{ env.VERSION_NUMBER }}-windows-amd64.exe"
129+
# - name: Upload Artifacts to S3
130+
# run: |
131+
# aws s3 cp "storage-cli-${{ env.VERSION_NUMBER }}-linux-amd64" \
132+
# "s3://storage-cli-artifacts/storage-cli-${{ env.VERSION_NUMBER }}-linux-amd64"
133+
# aws s3 cp "storage-cli-${{ env.VERSION_NUMBER }}-windows-amd64.exe" \
134+
# "s3://storage-cli-artifacts/storage-cli-${{ env.VERSION_NUMBER }}-windows-amd64.exe"

0 commit comments

Comments
 (0)