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

Commit

Permalink
Adding gradle publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Feb 16, 2024
1 parent 5d1f5de commit fa89fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v1
#if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./build/distributions/opensearch-ubl.zip
env:
Expand Down

0 comments on commit fa89fa0

Please sign in to comment.