Skip to content

Update version number #60

Update version number

Update version number #60

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 }}