Skip to content

Commit

Permalink
Merge pull request #59 from projectdiscovery/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/main/mathieudutour/github-tag-action-6.2

chore(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2
  • Loading branch information
Mzack9999 authored Jun 19, 2024
2 parents b0987d4 + ad03142 commit ff63988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Create release and tag
if: ${{ steps.get_commit.outputs.COMMIT_COUNT > 0 }}
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Create release and tag
if: ${{ steps.get_commit.outputs.COMMIT_COUNT > 0 }}
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ff63988

Please sign in to comment.