Skip to content

Commit

Permalink
Clean up remaining aws references
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Sep 25, 2024
1 parent 691306b commit fcc7580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
{
echo 'summary<<EOF'
if [[ "$LAST_VERSION" != "No stable release" ]]; then
schema-tools compare --provider="aws" --old-commit="$LAST_VERSION" --new-commit="--local-path=provider/cmd/pulumi-resource-aws/schema.json"
schema-tools compare --provider="eks" --old-commit="$LAST_VERSION" --new-commit="--local-path=provider/cmd/pulumi-resource-eks/schema.json"
fi
echo 'EOF'
} >> "$GITHUB_OUTPUT"
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
client-payload: |-
{
"project": "${{ github.repository }}",
"project-shortname": "aws",
"project-shortname": "eks",
"ref": "${{ github.ref_name }}"
}
Expand Down

0 comments on commit fcc7580

Please sign in to comment.