Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmethod0126 committed Oct 29, 2023
1 parent f1fb799 commit d1069fb
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/gradle-custom-plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,17 @@ jobs:
version="$temp_major$temp_minor$temp_patch$temp_prereleaseVersion"
echo "VERSION=$version" >> $GITHUB_OUTPUT
- 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
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: Upload Release Asset
Expand Down

0 comments on commit d1069fb

Please sign in to comment.