Skip to content

Commit

Permalink
Merge pull request #44 from WyriHaximus/remove-file-removal-action
Browse files Browse the repository at this point in the history
Remove file removal action
  • Loading branch information
WyriHaximus committed Jan 28, 2024
2 parents 487f53a + 80e207e commit 53f35de
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 @@ -83,9 +83,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 -r .git/refs/tags
- name: Assert we got the tag with the expected prefix
uses: therussiankid92/gat@v1
with:
Expand Down

0 comments on commit 53f35de

Please sign in to comment.