Skip to content

Commit

Permalink
Merge pull request #236 from projectdiscovery/log_commits
Browse files Browse the repository at this point in the history
log commits
  • Loading branch information
dogancanbakir authored Sep 21, 2023
2 parents e518f39 + a0abcc7 commit 11265bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/autorelease-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
fetch-depth: 0

- name: Pull latest changes
run: git pull origin HEAD:${{ github.ref }}
run: |
git log -1
git pull
git log -1
- name: Get Commit Count
id: get_commit
Expand Down

0 comments on commit 11265bd

Please sign in to comment.