diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3033f3d4..ce35140b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -28,7 +28,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} sinceTag: v0.15.0 # Exclude issues that were closed without resolution from changelog - excludeLabels: 'stale,wontfix,duplicate,invalid' + exclude-labels: 'stale,wontfix,duplicate,invalid' - name: Update Nightly Release uses: andelf/nightly-release@main env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0684d78..c3b902dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: sinceTag: v0.15.0 maxIssues: 500 # Exclude issues that were closed without resolution from changelog - excludeLabels: 'stale,wontfix,duplicate,invalid' + exclude-labels: 'stale,wontfix,duplicate,invalid' - name: Create draft release uses: softprops/action-gh-release@v1 with: