Skip to content

Commit

Permalink
test: update issue v4
Browse files Browse the repository at this point in the history
  • Loading branch information
soblvsk committed Jul 14, 2023
1 parent 6bcfa31 commit ec2c18b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ on:
tags:
- 'v[0-9]+'

permissions:
contents: read
issues: write

jobs:
tests:
uses: ./.github/workflows/ci.yml

release:
needs: tests
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -114,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 ec2c18b

Please sign in to comment.