Skip to content

Commit 0ec2b85

Browse files
github-actions[bot]belnadris
authored andcommitted
chore: create release from Github Actions
1 parent b353c94 commit 0ec2b85

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
env:
9494
VERSION: ${{ steps.version.outputs.version }}
9595
run: |
96+
git stash
97+
git pull --rebase origin main
98+
git stash pop
9699
git add package.json app/package.json
97100
git commit -m "[Bumped Version] ${VERSION}"
98101
git push origin main

0 commit comments

Comments
 (0)