Skip to content

Commit

Permalink
Update sync-from-upstream.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos authored Mar 2, 2023
1 parent f48c9ba commit cdb0209
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 @@ -30,6 +30,6 @@ jobs:
# Fetch tags from upstream repo
git fetch https://github.com/kyverno/kyverno --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 -Ei "\-rc|\-beta|\-dev|\-chart")
git push --tags

0 comments on commit cdb0209

Please sign in to comment.