We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bb004 commit dc96c10Copy full SHA for dc96c10
.github/workflows/eb-release.yml
@@ -51,6 +51,7 @@ jobs:
51
npm run build -- ${{ steps.version.outputs.version }}
52
git config --global user.email "[email protected]"
53
git config --global user.name "theajack"
54
+ git checkout master
55
git add .
56
git commit -m "CI: push v${{ steps.version.outputs.version }}"
57
git push
0 commit comments