Skip to content

Commit

Permalink
chore: fix release please tag weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 10, 2024
1 parent 675a9cb commit 29e9b2f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"@mux/mux-active-viewer-count": "0.2.0-alpha.9",
"@mux/mux-audio": "0.14.0",
"@mux/mux-audio-react": "0.11.0",
"@mux/mux-elements-codemod": "1.1.9",
"@mux/mux-player": "3.1.0",
"@mux/mux-player-react": "3.1.0",
"@mux/mux-uploader": "1.0.2",
"@mux/mux-uploader-react": "1.0.3",
"@mux/mux-video": "0.22.0",
"@mux/mux-video-react": "0.12.0",
"@mux/playback-core": "0.27.0"
"packages/mux-active-viewer-count": "0.2.0-alpha.9",
"packages/mux-audio": "0.14.0",
"packages/mux-audio-react": "0.11.0",
"packages/mux-elements-codemod": "1.1.9",
"packages/mux-player": "3.1.0",
"packages/mux-player-react": "3.1.0",
"packages/mux-uploader": "1.0.2",
"packages/mux-uploader-react": "1.0.3",
"packages/mux-video": "0.22.0",
"packages/mux-video-react": "0.12.0",
"packages/playback-core": "0.27.0"
}
1 change: 1 addition & 0 deletions .github/release-please/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"tag-separator": "@",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id-token: write

steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
config-file: .github/release-please/release-please-config.json
Expand Down

0 comments on commit 29e9b2f

Please sign in to comment.