From 5092d82d574f25899e9d725c71697353346f9922 Mon Sep 17 00:00:00 2001 From: dor-eitan <164745144+dor-eitan@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:26:10 +0300 Subject: [PATCH] chore: fix publish workflow (#199) --- .github/workflows/publish-on-merge.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-on-merge.yml b/.github/workflows/publish-on-merge.yml index 10a111aa..32aa2b45 100644 --- a/.github/workflows/publish-on-merge.yml +++ b/.github/workflows/publish-on-merge.yml @@ -106,7 +106,7 @@ jobs: git commit -m "chore: bump version to ${{ steps.version.outputs.version }} [skip ci]" || echo "No changes to commit" git push origin prod env: - GITHUB_TOKEN: ${{ secrets.DEVOPS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} - name: Sync version back to main (prod only) if: github.ref_name == 'prod' && github.event.inputs.dry_run != 'true' diff --git a/package.json b/package.json index 4a894549..03e8d343 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@d-id/client-sdk", "private": false, - "version": "1.1.9", + "version": "1.1.10", "type": "module", "description": "d-id client sdk", "repository": {