diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9dc0d68..521efc9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,5 +13,4 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - fetch-depth: 0 - \ No newline at end of file + fetch-depth: 0 \ No newline at end of file diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 148dec6..b11af35 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -46,6 +46,6 @@ jobs: - name: Commit & Push run: | VERSION=${{ steps.extract-version.outputs.version }} - git add package.json package-lock.json + git add package.json pnpm-lock.yaml git commit -m "chore: bump version to v$VERSION" git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/koderpark/ani-relayer.git main --follow-tags