Skip to content

Commit

Permalink
Testing version increment
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Mar 24, 2024
1 parent 5b4b4aa commit 231e4ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
build:
if: github.repository == 'opensearch-project/OpenSearch'
if: github.repository == 'cwperks/OpenSearch'
runs-on: ubuntu-latest
steps:
- name: Fetch tag and version information
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
ref: ${{ env.BASE }}

- name: Increment Patch Version on Major.Minor branch
uses: peternied/opensearch-core-version-updater@v1
uses: cwperks/opensearch-core-version-updater@v1
with:
previous-version: ${{ env.CURRENT_VERSION }}
new-version: ${{ env.NEXT_VERSION }}
Expand All @@ -80,7 +80,7 @@ jobs:
ref: ${{ env.BASE_X }}

- name: Add Patch Version on Major.X branch
uses: peternied/opensearch-core-version-updater@v1
uses: cwperks/opensearch-core-version-updater@v1
with:
previous-version: ${{ env.CURRENT_VERSION }}
new-version: ${{ env.NEXT_VERSION }}
Expand All @@ -106,7 +106,7 @@ jobs:
ref: main

- name: Add Patch Version on main branch
uses: peternied/opensearch-core-version-updater@v1
uses: cwperks/opensearch-core-version-updater@v1
with:
previous-version: ${{ env.CURRENT_VERSION }}
new-version: ${{ env.NEXT_VERSION }}
Expand Down

0 comments on commit 231e4ba

Please sign in to comment.