Skip to content

Commit

Permalink
fix: release error deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
soblvsk committed Jul 17, 2023
1 parent 7b6ccc9 commit c26bdbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ jobs:
with:
folder: build

close-issue:
permissions:
contents: read
issues: write
needs: build-and-deploy
runs-on: ubuntu-latest
steps:
- name: Comment issue with deploy
uses: peter-evans/create-or-update-comment@v3
with:
Expand Down

0 comments on commit c26bdbd

Please sign in to comment.