Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
#103 Changing UBI version and copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Mar 11, 2024
1 parent c340ae4 commit feb911f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew -Dtests.security.manager=false build
- name: Rename build assets
run: cp ./build/distributions/opensearch-ubi.zip ./opensearch-ubi-plugin-${{ env.RELEASE_VERSION }}.zip
run: cp ./build/distributions/opensearch-ubi-*.zip ./opensearch-ubi-plugin-${{ env.RELEASE_VERSION }}.zip
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ opensearchplugin {
}

group = 'org.opensearch'
//version = "${ubiVersion}-os${opensearchVersion}"
version = "${ubiVersion}"
version = "${ubiVersion}-os${opensearchVersion}"

// disabling some unnecessary validations for this plugin
testingConventions.enabled = false
Expand Down

0 comments on commit feb911f

Please sign in to comment.