Skip to content

Commit

Permalink
chore: package script
Browse files Browse the repository at this point in the history
  • Loading branch information
briananstett committed Jan 23, 2024
1 parent cfe63cc commit caf61a1
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 260 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
jobs:
publish-gpr:
name: Publish to GPR
name: Publish Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -18,10 +18,9 @@ jobs:
- name: Bump versions and publish packages
run: |
npm install
npx lerna exec npm install
npx lerna exec npx ncc build
npx lerna exec npm run package
git add *dist/* --force
git commit -m 'chore: Update dist'
git commit -m "chore: Update dist" || echo "No changes to commit"
npx lerna version --conventional-commits --create-release github --yes
env:
GH_TOKEN: ${{ secrets.SEMANTIC_PAT }}
268 changes: 17 additions & 251 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit caf61a1

Please sign in to comment.