Skip to content

Commit

Permalink
chore: fix publish workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad committed Jul 13, 2024
1 parent e54e5cf commit e160f67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ jobs:
jq 'del(.publishConfig.provenance)' "$filename" > temp.json && mv temp.json "$filename"
done
- name: Commit Change
run: |
git config --global user.email "e2e@suites.dev"
git config --global user.name "Suites e2e"
git add .
git commit -am "remove provenance"
- name: Publish Packages
run: |
yarn lerna publish from-package --yes \
Expand Down

0 comments on commit e160f67

Please sign in to comment.