Skip to content

Commit

Permalink
clean up workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
mondragonfx committed Aug 5, 2024
1 parent b9126eb commit 238ca5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ jobs:
files: |
./out/*
tag_name: ${{ needs.create-tag.outputs.new_tag }}


- name: Clear
if: always()
run: |
rm -f ${HOME}/.docker/config.json
release-notification:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 238ca5b

Please sign in to comment.