generated fromExpediaGroup/new-project
- Notifications
You must be signed in to change notification settings - Fork1
fix(deps): replace actions/setup-node action with semantic-release ac…#240
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| name:Release | |
| on: | |
| push: | |
| branches: | |
| -main | |
| jobs: | |
| release: | |
| runs-on:ubuntu-latest | |
| steps: | |
| -name:Checkout | |
| uses:actions/checkout@v5 | |
| -name:Setup Bun | |
| uses:oven-sh/setup-bun@v2 | |
| with: | |
| bun-version-file:package.json | |
| -name:Install | |
| run:bun install | |
| -name:Semantic Release | |
| uses:cycjimmy/semantic-release-action@v5 | |
| env: | |
| GITHUB_TOKEN:${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} |