diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-06-22 07:50:46 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-06-22 07:50:46 +0530 |
commit | 885fe351fbee9f7b5fe52576c8917c0baefebe37 (patch) | |
tree | 727d55a188238f98dce0d3acddf62cb650942c6d | |
parent | f92347c3121e89e9097c2cdab2a2a11dd041a147 (diff) | |
download | hypervideo-pre-885fe351fbee9f7b5fe52576c8917c0baefebe37.tar.lz hypervideo-pre-885fe351fbee9f7b5fe52576c8917c0baefebe37.tar.xz hypervideo-pre-885fe351fbee9f7b5fe52576c8917c0baefebe37.zip |
[build] Fix release tag commit
bug in b5899f4f19116bb4d98907413fa3fb84a952ef13
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce37b0bb7..7b26f1a44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ jobs: make issuetemplates - name: Push to release + id: push_release run: | git config --global user.name github-actions git config --global user.email github-actions@example.com |