Skip to content

Commit

Permalink
Fix to run release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rinx authored Feb 19, 2021
1 parent 8f66c96 commit fe7a9d7
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 @@ -55,7 +55,7 @@ jobs:
git config --global user.email '[email protected]'
git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
git add .
git commit -m "[skip ci] Update [vald sha: ${sha}]"
git commit -m "Update [vald sha: ${sha}]"
git push
env:
GITHUB_USER: ${{ secrets.CI_USER }}
Expand Down

0 comments on commit fe7a9d7

Please sign in to comment.