Skip to content

Commit d807cc1

Browse files
Update action.yml
1 parent 0a57d43 commit d807cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/newrelease/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ runs:
3535
git config --global user.name 'github-actions[bot]'
3636
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
3737
git checkout -b Release_v1.1.0
38+
git add cap-notebook/version.txt
3839
git commit -am "Update version to $VERSION"
3940
git push --set-upstream origin Release_v1.1.0
4041
shell: bash

0 commit comments

Comments
 (0)