From 0f2cf828d5573f4151dc37f9d312bae6b0480b23 Mon Sep 17 00:00:00 2001 From: Aung Myat Moe Date: Mon, 6 Nov 2023 13:20:41 +0630 Subject: [PATCH] fix(ci): node action ci paths --- .github/workflows/autofix.yml | 2 +- .github/workflows/release-tag.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 1637674..90b4a32 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -1,4 +1,4 @@ -name: autofix.ci +name: 'Auto Fix' on: pull_request: diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index bbbd618..75e8da0 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -1,10 +1,9 @@ -name: 'Create Release on specific version tag' +name: "Release Tag" on: push: tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 - + - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: create-release: @@ -59,6 +58,7 @@ jobs: with: node-version: 20 cache: pnpm + cache-dependency-path: '**/pnpm-lock.json' - name: Install dependencies run: pnpm install