We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea0984 commit c415836Copy full SHA for c415836
.github/workflows/release-automation.yaml
@@ -47,9 +47,7 @@ jobs:
47
# Create release definition JSON file
48
cat > "release-def-${VERSION_NO_V}.json" << EOF
49
{
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",
+ "tag_name": "${VERSION}",
53
"assets": [
54
55
"name": "Finch-${{ needs.get-latest-tag.outputs.tag }}-aarch64.pkg",
0 commit comments