From 8472e73cd0685c155b8d241a24990dc2ff45ed5a Mon Sep 17 00:00:00 2001 From: Vladimir Sigalkin Date: Fri, 25 Aug 2023 11:28:04 +0300 Subject: [PATCH] fix(ci): changed semantic-release-action version --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae6d36d..d8733b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Semantic Release id: semantic - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -23,7 +23,6 @@ jobs: extra_plugins: | @semantic-release/changelog @semantic-release/git - @iam1337/create-unitypackage - name: Push UPM update run: | IFS=: read -r -a PROJECT_ASSETS_ARRAY <<< "$PROJECT_ASSETS"