Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
huibizhang committed Jul 3, 2023
1 parent 7f45f13 commit 2b04a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v2
- name: Show HEAD~1 SHA
run: |
echo "SHA= $(git reflog HEAD@{0})"
echo "SHA= $(git rev-list --max-count=1 origin/master)"
- name: Get Previous Version
id: get_previous_version
Expand Down

0 comments on commit 2b04a23

Please sign in to comment.