Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
with:
repository: opensearch-project/${{ matrix.entry.repo }}
ref: ${{ matrix.branch }}
fetch-depth: 0
- name: Attempt to reuse existing pull request in plugin repo
run: git checkout create-pull-request/${{ env.OPENSEARCH_VERSION }}
continue-on-error: true
- name: Increment Version in ${{ matrix.entry.repo }}
Comment thread
peternied marked this conversation as resolved.
run: |
echo "OpenSearch Core repo version on branch ${{ matrix.branch }} is ${{ env.OPENSEARCH_VERSION_NUMBER }}"
Expand Down