Skip to content

Commit

Permalink
added TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar roman committed Jan 23, 2024
1 parent a418467 commit d2af125
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,8 @@ jobs:
steps:
- name: Gradlew Release
run: |
# git config --global user.name 'embrace-ci[bot]'
# git config --global user.email '[email protected]'
# git config --global url."https://${{ secrets.CD_GITHUB_USER }}:${{ secrets.CD_GITHUB_TOKEN }}@github.com".insteadOf "https://github.com"
# sed -i -r "s#version = ([^\']+)#version = ${{ github.event.inputs.current_version }}#" gradle.properties
# git add gradle.properties
# git commit -m "CI/CD: change version to be released: ${{ github.event.inputs.current_version }}"
# git push
./gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository -Dorg.gradle.parallel=false --stacktrace
# TODO: check if swazzler gets released too

- name: Generate Documentation
run: ./gradlew dokkaHtml
Expand Down

0 comments on commit d2af125

Please sign in to comment.