Skip to content

Commit

Permalink
ci: use correct pattern for tag delete
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Jan 5, 2024
1 parent 5f2336d commit 764e95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: nrwl/nx-tag-successful-ci-run@v1
with:
remove-tags-matching-pattern: 'nx_successful_ci_run__'
remove-tags-matching-pattern: 'nx_successful_ci_run__*'

0 comments on commit 764e95b

Please sign in to comment.