diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8c1b37..afc4097 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,13 +31,13 @@ jobs: with: artifacts: "./opensearch-ubi-plugin-${{ env.RELEASE_VERSION }}.zip" token: ${{ secrets.GITHUB_TOKEN }} - tag: "release-${{ env.RELEASE_VERSION }}" + tag: "v${{ env.RELEASE_VERSION }}" - name: Upload Release Asset id: upload-release-asset uses: softprops/action-gh-release@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - tag_name: "release-${{ env.RELEASE_VERSION }}" + tag: "v${{ env.RELEASE_VERSION }}" #upload_url: ${{ steps.create_release.outputs.upload_url }} files: ./opensearch-ubi-plugin-${{ env.RELEASE_VERSION }}.zip name: ${{ env.RELEASE_VERSION }}