Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to use github.run_id for tag an…
Browse files Browse the repository at this point in the history
…d release name
  • Loading branch information
bengo237 committed Aug 29, 2024
1 parent b97ad38 commit b93d779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-snort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
id: create_release
uses: actions/create-release@v1
with:
tag_name: ${{ github.sha.substring(0, 7) }}
release_name: Snort 3 Packages ${{ github.sha.substring(0, 7) }}
tag_name: ${{ github.run_id }}
release_name: Snort 3 Packages ${{ github.run_id }}
draft: false
prerelease: false

Expand Down

0 comments on commit b93d779

Please sign in to comment.