Skip to content

Commit

Permalink
chore: update beta release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Aug 4, 2024
1 parent c6ff59e commit f573be2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
npm ci
npm run build
cp package*.json out && cp tsconfig.cjs.json out
mkdir -p out/src
mkdir -p out/src/media
cp ./src/media/bannerslim.png out/src/media
cp readme.md out
- name: Semantic Release Dependency
run: npm install -g @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/npm conventional-changelog-conventionalcommits semantic-release
- name: Publish Beta
Expand Down

0 comments on commit f573be2

Please sign in to comment.