fix(ci): fix release branches creation
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 5 Jul 2024 00:05:43 +0000 (02:05 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 5 Jul 2024 00:05:43 +0000 (02:05 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/release-please.yml
ui/web/package.json

index 9ef9b95ac8c5dd41feee3fe30f2f8967f55211e8..f3fff5e7cdf136ac59093808c7fa88faa0fc1e11 100644 (file)
@@ -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: |
index 50627880d1567d6b2eb811a9ff26eda4a937b9f4..1ac37f46dd18e6c832c3f386897cbdf2c9f558e8 100644 (file)
@@ -60,6 +60,5 @@
     "typescript": "~5.5.3",
     "vite": "^5.3.3",
     "vitest": "^1.6.0"
-  },
-  "_id": "webui@0.3.0"
+  }
 }