Skip to content

Commit

Permalink
fix(ci): fix release branches creation
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Jul 5, 2024
1 parent fd28cc9 commit f727f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
token: ${{ secrets.WORKFLOW_TOKEN }}
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- name: Create tags for major and minor versions
if: ${{ steps.release.outputs.release_created }}
run: |
Expand Down
3 changes: 1 addition & 2 deletions ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@
"typescript": "~5.5.3",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"_id": "[email protected]"
}
}

0 comments on commit f727f02

Please sign in to comment.