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