Skip to content

Commit

Permalink
Merge branch 'main' of github.com:activecm/rita
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaSW committed Jun 28, 2024
2 parents 3b28976 + 00e9671 commit f38c3d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
#- deleted
- prereleased
- released
push:
tags:
- '*'

workflow_run:
workflows: ["Build Docker Images"]
Expand All @@ -29,4 +32,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: rita-${{ github.ref_name }}.tar.gz
files: installer/rita-${{ github.ref_name }}.tar.gz

0 comments on commit f38c3d7

Please sign in to comment.