From 6fa6f71803f0e48b5c1bc67cf23fba137653fcd5 Mon Sep 17 00:00:00 2001 From: Parker McMullin Date: Wed, 21 Aug 2024 09:29:08 -0700 Subject: [PATCH] Release 4.1.2 --- .github/workflows/npm-publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 36d6958..d85ad2a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,8 +14,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - name: Allow publish to work with /github/workflows dir - run: sudo git config --global --add safe.directory /home/runner/work/coda-js/coda-js - name: Set up Node.js uses: actions/setup-node@master with: @@ -23,7 +21,7 @@ jobs: - run: yarn install --frozen-lockfile - run: yarn build - name: Publish if version has been updated - uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df + uses: pascalgn/npm-publish-action@1.3.9 with: commit_pattern: "^Release (\\S+)" env: