Skip to content

Commit

Permalink
fix(release.yml): exclude 'sdk/nodejs/getVault.ts' from Git diff check (
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-ruetz authored Jun 5, 2024
1 parent 7d827e6 commit 0b5a6e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ jobs:
git update-index -q --refresh
if ! git diff-files --quiet \
':(exclude)provider/cmd/pulumi-resource-onepassword/schema.json' \
':(exclude)sdk/nodejs/getItem.ts'; then
':(exclude)sdk/nodejs/getItem.ts' \
':(exclude)sdk/nodejs/getVault.ts'; then
>&2 echo "error: working tree is not clean, aborting!"
git status
git diff
Expand Down

0 comments on commit 0b5a6e3

Please sign in to comment.