Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuboxa committed Oct 21, 2024
1 parent e37b918 commit 8fa9916
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,12 @@ jobs:
- name: Remove creds file
# always runs to delete creds file, regardless of prior steps
if: always()
run: rm .git-credentials
run: rm -f .git-credentials

merge-push-docker-image:
name: Build and push Docker image
runs-on: ubuntu-latest
needs: build-docker-image
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 8fa9916

Please sign in to comment.