Skip to content

Commit

Permalink
Merge pull request #237 from projectdiscovery/revert_changes
Browse files Browse the repository at this point in the history
revert changes
  • Loading branch information
dogancanbakir authored Sep 21, 2023
2 parents 7a064be + caf4c51 commit 8fc98f0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/autorelease-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
with:
fetch-depth: 0

- name: Pull latest changes
run: |
git log -1
git pull
git log -1
- name: Get Commit Count
id: get_commit
run: git rev-list `git rev-list --tags --no-walk --max-count=1`..HEAD --count | xargs -I {} echo COMMIT_COUNT={} >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8fc98f0

Please sign in to comment.