Skip to content

Commit

Permalink
ci: fix deploy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bernizhel committed Jul 15, 2023
1 parent 37c44f8 commit 8ae67de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Add deploy link
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ needs.release.outputs.number }}
issue-number: ${{ needs.release.outputs.issue-number }}
body: |
- Deploy #${{ github.run_id }} is available at ${{ env.BASE_URL }}
env:
Expand Down

0 comments on commit 8ae67de

Please sign in to comment.