Merge branch 'main' into dev

This commit is contained in:
charlesgauthereau
2026-03-06 09:33:51 +01:00
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -55,6 +55,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Get new version
id: get_version
run: |
TAG="v$(node -p "require('./package.json').version")"
echo "tag=$TAG" >> $GITHUB_OUTPUT
- name: Convert release to draft
run: |
echo "Updating release $TAG to draft"