Skip to content

Commit c415836

Browse files
committed
test removed creds
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent 3ea0984 commit c415836

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-automation.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ jobs:
4747
# Create release definition JSON file
4848
cat > "release-def-${VERSION_NO_V}.json" << EOF
4949
{
50-
"tag_name": "${{ needs.get-latest-tag.outputs.tag }}",
51-
"source_s3uri": "s3://finch-installer-private/",
52-
"source_access_role": "arn:aws:iam::090529234398:role/BundlerRole",
50+
"tag_name": "${VERSION}",
5351
"assets": [
5452
{
5553
"name": "Finch-${{ needs.get-latest-tag.outputs.tag }}-aarch64.pkg",

0 commit comments

Comments
 (0)