mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 22:36:46 +00:00
fix: wrong label names
This commit is contained in:
4
.github/workflows/release-nocodb.yml
vendored
4
.github/workflows/release-nocodb.yml
vendored
@@ -15,13 +15,13 @@ jobs:
|
||||
close-fixed-issues:
|
||||
uses: ./.github/workflows/release-close-issue.yml
|
||||
with:
|
||||
issue_label: 'Fixed'
|
||||
issue_label: 'Status: Fixed'
|
||||
version: ${{ github.event.inputs.tag }}
|
||||
close-resolved-issues:
|
||||
needs: close-fixed-issues
|
||||
uses: ./.github/workflows/release-close-issue.yml
|
||||
with:
|
||||
issue_label: 'Resolved'
|
||||
issue_label: 'Status: Resolved'
|
||||
version: ${{ github.event.inputs.tag }}
|
||||
|
||||
# Build, install, publish frontend and backend to npm
|
||||
|
||||
Reference in New Issue
Block a user