Skip to content

Commit

Permalink
chore: Refactor Snort package creation process and update GitHub Acti…
Browse files Browse the repository at this point in the history
…ons workflow
  • Loading branch information
bengo237 committed Aug 29, 2024
1 parent 9295a57 commit c177f64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package-snort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,15 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Define tag
id: define-tag
run: echo "RELEASE_TAG=v1.0.${{ github.run_number }}" >> $GITHUB_ENV

- name: Create a release
id: release
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref }}
tag_name: ${{ env.RELEASE_TAG }}
release_name: Snort 3 Release
draft: false
prerelease: false
Expand Down

0 comments on commit c177f64

Please sign in to comment.