diff --git a/.github/workflows/increment-plugin-versions.yml b/.github/workflows/increment-plugin-versions.yml index 5417ee7347..a5cfe9aaae 100644 --- a/.github/workflows/increment-plugin-versions.yml +++ b/.github/workflows/increment-plugin-versions.yml @@ -43,8 +43,8 @@ jobs: - '2.2' - '1.3' exclude: - - {repo: geospatial, branch: '1.3'} - - {repo: notifications, branch: '1.3'} + - {geospatial, '1.3'} + - {notifications, '1.3'} steps: - name: Check out OpenSearch repo uses: actions/checkout@v3