mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
chore: add git commit step to capture build artifacts in release workflow
This commit is contained in:
parent
6be84c36a2
commit
1091b8ecfc
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -32,8 +32,10 @@ jobs:
|
||||
- name: Build
|
||||
run: bun run build
|
||||
|
||||
- name: 'Automated Version Bump'
|
||||
- name: 'Automated Version Bump and Release'
|
||||
run: |
|
||||
git add .
|
||||
git commit -m "chore: update build artifacts [skip ci]" || echo "No changes to commit"
|
||||
npm version patch
|
||||
git push
|
||||
git push --tags
|
||||
|
Loading…
x
Reference in New Issue
Block a user