diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aad5a3b..b531bfa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,30 +52,3 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true -# - name: Create Release -# id: create_release -# uses: actions/create-release@v1 -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# with: -# tag_name: ${{ github.ref }} -# release_name: Release ${{ github.ref }} -# draft: true -# prerelease: true -# - name: Upload the artifacts -# uses: skx/github-action-publish-binaries@release-1.3 -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# with: -# releaseId: ${{ needs.create_release.outputs.id }} -# args: '*.bin' -# - name: Upload Release Asset -# id: upload-release-asset -# uses: actions/upload-release-asset@v1 -# env: -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# with: -# upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps -# asset_path: ./kibana/plugins/redelk/build/*.zip -# asset_name: redelk-kibana-app.zip -# asset_content_type: application/zip