Skip to content

Commit ef8d4bd

Browse files
committed
Clean AUR tmp repo to build next package
1 parent bdc5cff commit ef8d4bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@ jobs:
239239
commit_message: Update cotp package to version ${{env.TAG}}
240240
ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
241241

242+
- name: "Clean repo dir"
243+
shell: bash
244+
run: |
245+
rm -rf /tmp/local-repo
246+
242247
- name: Publish cotp-bin AUR package
243248
uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
244249
with:

0 commit comments

Comments
 (0)