Skip to content

Commit

Permalink
Publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
antifob committed Sep 29, 2022
1 parent 1eabb91 commit 7bb7f1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ env.GITHUB_SHA }}"
automatic_release_tag: "latest"
title: "${{ env.GITHUB_SHA }}"
prerelease: false
files: |
kerbrute-*
Expand Down

0 comments on commit 7bb7f1c

Please sign in to comment.