Skip to content

Commit

Permalink
Fix access issue to push new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 23, 2024
1 parent 75e870e commit fae9fe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git config user.name "${{ secrets.RELEASE_USER }}"
git config user.email "${{ secrets.RELEASE_USER_EMAIL }}"
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
yarn lerna version --conventional-commits --conventional-prerelease=* --yes
yarn lerna publish from-git --yes --no-private

1 comment on commit fae9fe7

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for ./packages/components/

St.
Category Percentage Covered / Total
🟢 Statements 98.04% 100/102
🟢 Branches 93.75% 30/32
🟢 Functions 100% 27/27
🟢 Lines 98.04% 100/102

Test suite run success

51 tests passing in 9 suites.

Report generated by 🧪jest coverage report action from fae9fe7

Please sign in to comment.