Skip to content

Update version in package/package-lock #50

Update version in package/package-lock

Update version in package/package-lock #50

Workflow file for this run

name: Update package version for release & hotfix branches
on:
push:
branches: [release/*, hotfix/*]
jobs:
call_version_update:
uses: yext/slapshot-reusable-workflows/.github/workflows/version_update.yml@v1
secrets:
caller_github_token: ${{ secrets.GITHUB_TOKEN }}