Skip to content

Commit

Permalink
Update push command in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 3, 2024
1 parent a3fe47a commit 14de77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:
sed -i "s/\"version\": \".*\"/\"version\": \"${tag:1}\"/g" app.json
git add app.json
git commit -m "chore: bump version to $tag"
git push
git push origin main

0 comments on commit 14de77a

Please sign in to comment.