From 18d9405b72e3fb9c07f26a4ca5637d1c2978987d Mon Sep 17 00:00:00 2001 From: Andy Wu Date: Thu, 18 Jan 2024 11:05:34 -0800 Subject: [PATCH] Update ci-publish.yaml (#26) --- .github/workflows/ci-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-publish.yaml b/.github/workflows/ci-publish.yaml index 3015fc14..67e7fd35 100644 --- a/.github/workflows/ci-publish.yaml +++ b/.github/workflows/ci-publish.yaml @@ -16,7 +16,7 @@ jobs: timestamp: runs-on: ubuntu-latest # Trigger the workflow only if the PR is from dev branch - if: github.event.pull_request.head.repo.full_name == 'dev2' + # if: github.event.pull_request.head.repo.full_name == 'dev2' steps: - name: Generate timestamp run: | @@ -104,4 +104,4 @@ jobs: run: | npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}