Skip to content

Commit

Permalink
fixup! Fix pipefail in entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszraczylo committed Feb 2, 2023
1 parent 2f78fd4 commit a1c81c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ jobs:
- name: Delete existing v1 tag and release
run: |
gh release delete v1 --cleanup-tag -y
env:
GH_TOKEN: ${{ secrets.GHCR_TOKEN }}

- name: Create release [v1]
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit a1c81c7

Please sign in to comment.