File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 run : |
3838 npm version ${{ steps.get_version.outputs.version }} --no-git-tag-version
3939
40- - name : Commit version bump
41- run : |
42- git config user.name "github-actions[bot]"
43- git config user.email "github-actions[bot]@users.noreply.github.com"
44- git add package.json package-lock.json
45- git commit -m "chore: bump version to ${{ steps.get_version.outputs.version }}" || echo "No changes to commit"
46-
47- - name : Push changes
48- uses : ad-m/github-push-action@v0.6.0
49- with :
50- github_token : ${{ secrets.GITHUB_TOKEN }}
51- branch : main
52-
5340 - name : Install dependencies
5441 run : npm ci
5542
6552 run : |
6653 git config --local user.email "github-actions[bot]@users.noreply.github.com"
6754 git config --local user.name "github-actions[bot]"
68- git add pyproject.toml
55+ git add package.json package-lock.json
6956 git commit -m "chore: bump version to ${{ steps.get_version.outputs.version }}" || echo "No changes to commit"
7057 git push origin HEAD:main || echo "Nothing to push"
7158
You can’t perform that action at this time.
0 commit comments