Skip to content

Commit

Permalink
enable release again
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantrannav committed Aug 2, 2023
1 parent 7f8612a commit eac57f4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ jobs:
run: ./prepare-release.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: publish
# run: ./gradlew -Pversion="$VERSION_TAG" publish
# env:
# ORG_GRADLE_PROJECT_githubUser: x-access-token
# ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
# - name: create release
# uses: ncipollo/release-action@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# tag: ${{ env.VERSION_TAG }}
# name: ${{ env.VERSION_TAG }}
# body: ${{ env.CHANGE_LOG }}
# draft: false
# prerelease: false
- name: publish
run: ./gradlew -Pversion="$VERSION_TAG" publish
env:
ORG_GRADLE_PROJECT_githubUser: x-access-token
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: create release
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag: ${{ env.VERSION_TAG }}
name: ${{ env.VERSION_TAG }}
body: ${{ env.CHANGE_LOG }}
draft: false
prerelease: false

0 comments on commit eac57f4

Please sign in to comment.