Browse Source

fix: wrong label names

pull/1295/head
աɨռɢӄաօռɢ 3 years ago committed by GitHub
parent
commit
ba9a8eb72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release-nocodb.yml

4
.github/workflows/release-nocodb.yml

@ -15,13 +15,13 @@ jobs:
close-fixed-issues: close-fixed-issues:
uses: ./.github/workflows/release-close-issue.yml uses: ./.github/workflows/release-close-issue.yml
with: with:
issue_label: 'Fixed' issue_label: 'Status: Fixed'
version: ${{ github.event.inputs.tag }} version: ${{ github.event.inputs.tag }}
close-resolved-issues: close-resolved-issues:
needs: close-fixed-issues needs: close-fixed-issues
uses: ./.github/workflows/release-close-issue.yml uses: ./.github/workflows/release-close-issue.yml
with: with:
issue_label: 'Resolved' issue_label: 'Status: Resolved'
version: ${{ github.event.inputs.tag }} version: ${{ github.event.inputs.tag }}
# Build, install, publish frontend and backend to npm # Build, install, publish frontend and backend to npm

Loading…
Cancel
Save