From b3fbd0612337f3477ace314ce7eb124e3f634a62 Mon Sep 17 00:00:00 2001 From: Nathan Bridgewater Date: Wed, 21 Jan 2026 10:40:36 -0600 Subject: [PATCH] sanity... setting ref specifically --- .github/workflows/push-json-csv.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-json-csv.yml b/.github/workflows/push-json-csv.yml index 3708e18..08f6925 100644 --- a/.github/workflows/push-json-csv.yml +++ b/.github/workflows/push-json-csv.yml @@ -20,7 +20,7 @@ jobs: cancel-in-progress: false uses: iwsllc/workflows/.github/workflows/version-as-app.yaml@main with: - ref: ${{ github.ref_name }} + ref: json-csv registry-url: 'https://registry.npmjs.org' node-version-file: '.nvmrc' cache: npm @@ -35,7 +35,7 @@ jobs: if: ${{ !contains(github.event.head_commit.message, '#skip') }} uses: iwsllc/workflows/.github/workflows/publish.yaml@v5 with: - ref: ${{ github.ref_name }} + ref: json-csv registry-url: 'https://registry.npmjs.org' skip-node-auth: true cache: npm