Skip to content

Commit

Permalink
semantic-release (will not work on main repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabalone committed Aug 30, 2024
1 parent 39ed709 commit 05f997a
Show file tree
Hide file tree
Showing 3 changed files with 6,606 additions and 1,565 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ jobs:

- name: Clean up package.json
run: npm pkg delete devDependencies && npm pkg delete dependencies

# Done manually because of semantic-release, copied from bloom-player
- name: Clean up package.json
run: npm pkg delete scripts && npm pkg delete devDependencies && npm pkg delete dependencies

- name: Publish package
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
Loading

0 comments on commit 05f997a

Please sign in to comment.