Skip to content

Commit

Permalink
test: update issue v6
Browse files Browse the repository at this point in the history
  • Loading branch information
soblvsk committed Jul 14, 2023
1 parent 7279b87 commit 94607c5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🚀 Release
# test 3

on:
push:
tags:
Expand Down Expand Up @@ -115,10 +115,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Close Issue
# uses: peter-evans/close-issue@v3
# with:
# issue-number: ${{ needs.release.outputs.issueNumber }}
# comment: |
# ## ✅ Close Issue
# Issue automatically closed on successful deployment
- name: Close Issue
uses: peter-evans/close-issue@v3
with:
issue-number: ${{ needs.release.outputs.issueNumber }}
comment: |
## ✅ Close Issue
Issue automatically closed on successful deployment

0 comments on commit 94607c5

Please sign in to comment.