Skip to content

Commit

Permalink
Update StaticAnalysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusion-Priyakant authored Jun 14, 2024
1 parent 37f533b commit 806ea6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/StaticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.get_tag.outputs.tag }}
release_name: Release ${{ steps.get_tag.outputs.tag }}
tag_name: ${{github.sha }}
release_name: Release ${{ github.sha }}
draft: false
prerelease: false

Expand Down

0 comments on commit 806ea6c

Please sign in to comment.