From 1def24b1e69d0ce0346c4974cb05eb8e24287fcd Mon Sep 17 00:00:00 2001 From: hadashiA Date: Tue, 1 Oct 2024 09:07:17 +0900 Subject: [PATCH] Fix ci --- .github/workflows/update-version-number.yaml | 3 ++- src/VitalRouter.Unity/Assets/VitalRouter.MRuby/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-version-number.yaml b/.github/workflows/update-version-number.yaml index 257751f1..e6e6dcc7 100644 --- a/.github/workflows/update-version-number.yaml +++ b/.github/workflows/update-version-number.yaml @@ -69,6 +69,7 @@ jobs: - name: Update package.json ${{ steps.configure.outputs.git-tag }} run: | ruby -i -pe 'gsub(/"version"\s*:\s*"([\d\.]+)"/, %q{"version": "${{ steps.configure.outputs.git-tag }}"})' src/VitalRouter.Unity/Assets/VitalRouter/package.json + ruby -i -pe 'gsub(/"version"\s*:\s*"([\d\.]+)"/, %q{"version": "${{ steps.configure.outputs.git-tag }}"})' src/VitalRouter.Unity/Assets/VitalRouter.MRuby/package.json - name: Update Directory.Build.props ${{ steps.configure.outputs.git-tag }} run: | @@ -76,7 +77,7 @@ jobs: - name: Update README.md ${{ steps.configure.outputs.git-tag }} run: | - ruby -i -pe 'gsub(%r{(https://github.com/hadashiA/VitalRouter.git\?path=/VitalRouter.Unity/Assets/VitalRouter#)[\d\.]+}, %q{\1${{ steps.configure.outputs.git-tag }}})' README.md + ruby -i -pe 'gsub(%r{(https://github.com/hadashiA/VitalRouter.git\?path=/src/VitalRouter.Unity/Assets/VitalRouter#)[\d\.]+}, %q{\1${{ steps.configure.outputs.git-tag }}})' README.md - name: Check update on git id: check_update diff --git a/src/VitalRouter.Unity/Assets/VitalRouter.MRuby/package.json b/src/VitalRouter.Unity/Assets/VitalRouter.MRuby/package.json index 833a4a20..5085301a 100644 --- a/src/VitalRouter.Unity/Assets/VitalRouter.MRuby/package.json +++ b/src/VitalRouter.Unity/Assets/VitalRouter.MRuby/package.json @@ -1,7 +1,7 @@ { "name": "jp.hadashikick.vitalrouter-mruby", "displayName": "VitalRouter.MRuby", - "version": "1.2.2-preview", + "version": "1.4.1", "unity": "2022.2", "description": "The VitalRouter extension to allow scripting by mruby", "keywords": ["pubsub", "event", "mvc", "framework", "ruby", "mruby"],