File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
- run : mv dist/releases/install.sh docs/assets/install.sh
59
59
if : startsWith(github.ref, 'refs/tags/')
60
60
- name : Update Install Script
61
- uses : stefanzweifel/git-auto-commit-action@v5
61
+ uses : stefanzweifel/git-auto-commit-action@v6
62
62
if : startsWith(github.ref, 'refs/tags/')
63
63
with :
64
64
commit_message : " [skip ci]: Updated install script"
Original file line number Diff line number Diff line change 49
49
bun biome format --write package.json
50
50
echo "version=$version" >> "$GITHUB_OUTPUT"
51
51
- name : Update package.json version
52
- uses : stefanzweifel/git-auto-commit-action@v5
52
+ uses : stefanzweifel/git-auto-commit-action@v6
53
53
with :
54
54
commit_message : " [skip ci]: Bump version"
55
55
commit_options : ' --no-verify --signoff'
You can’t perform that action at this time.
0 commit comments