Skip to content

Commit

Permalink
Remove file removal action
Browse files Browse the repository at this point in the history
We can do this with a git tag and xargs which is cleaner
  • Loading branch information
WyriHaximus committed Jan 1, 2023
1 parent b95747c commit f910637
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
test -n "${{ steps.previoustagwithprefix.outputs.tag }}"
test -n "${{ steps.previoustagwithprefix.outputs.timestamp }}"
- name: Remove tags
uses: JesseTG/rm@v1.0.2
with:
path: .git/refs/tags
run: |
rm .git/refs/tags
- name: Assert we got the tag with the expected prefix
uses: therussiankid92/gat@v1
with:
Expand Down

0 comments on commit f910637

Please sign in to comment.