Skip to content

Commit

Permalink
chore: Fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Nov 18, 2024
1 parent 648118a commit b6c9246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Update package
run: npm i ${{ inputs.package }}@${{ inputs.version }}
- name: Create and publish PR
env:
GH_TOKEN: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
run: |
VERSION=$(npm explore --no-workspaces @diplodoc/transform "node -pe 'require(\"./package.json\").version'" --shell sh)
git push -f origin :ci/update-deps/${{ inputs.package }}-$VERSION || true
Expand Down

0 comments on commit b6c9246

Please sign in to comment.