Skip to content

Commit

Permalink
Merge pull request #235 from projectdiscovery/pull_latest
Browse files Browse the repository at this point in the history
git pull latest
  • Loading branch information
dogancanbakir authored Sep 21, 2023
2 parents 2652e3c + 5585212 commit 16a9af4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/autorelease-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -40,10 +40,13 @@ jobs:
needs: version
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Pull latest changes
run: git pull origin HEAD:${{ github.ref }}

- 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 16a9af4

Please sign in to comment.