Skip to content

Commit

Permalink
Update sync-from-upstream.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Stone <[email protected]>
  • Loading branch information
stone-z committed Jul 9, 2024
1 parent 9dcc179 commit e4b562b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-from-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
# Fetch tags from upstream repo
git fetch https://github.com/kyverno/reports-server --tags
# Remove release candidates local tags
git tag -d $(git tag -l | grep -E "\-rc|\-beta|\-dev|\-chart")
git tag -d $(git tag -l | grep -E "\-rc|\-beta|\-dev")
git push --tags

0 comments on commit e4b562b

Please sign in to comment.