From f6ccee76c7563d90d18d8a84be88cfd6d40bbf23 Mon Sep 17 00:00:00 2001 From: wusubsin Date: Sun, 29 Oct 2023 11:42:14 +0900 Subject: [PATCH] temp --- .../workflows/gradle-custom-plugin-release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/gradle-custom-plugin-release.yml b/.github/workflows/gradle-custom-plugin-release.yml index d893d09..ef05640 100644 --- a/.github/workflows/gradle-custom-plugin-release.yml +++ b/.github/workflows/gradle-custom-plugin-release.yml @@ -75,15 +75,15 @@ jobs: ls "${{ github.workspace }}/app/build/libs" - # - name: create release - # id: create_release - # uses: actions/create-release@v1 - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # with: - # tag_name: ${{ steps.read_version.outputs.VERSION }} - # release_name: ${{ steps.read_version.outputs.VERSION }} - # prerelease: true + - name: create release + id: create_release + uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: ${{ steps.read_version.outputs.VERSION }} + release_name: ${{ steps.read_version.outputs.VERSION }} + prerelease: true - name: Upload Release Asset