Skip to content

Commit

Permalink
Update package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jul 3, 2024
1 parent 1cedb5e commit 908ff50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
BRANCH="dev-nightly-release"
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git pull $BRANCH
git checkout -B $BRANCH
git add .
git commit -m "generated"
git pull $BRANCH
git add dist/*
git commit -m "Add compiled js file."
git push origin $BRANCH
git tag -a -m ${{ steps.release_tag.outputs.TAG }} ${{ steps.release_tag.outputs.TAG }}
git push --follow-tags
Expand Down

0 comments on commit 908ff50

Please sign in to comment.