Release 2.1.0-beta.4

This commit is contained in:
Uwe Kubosch 2023-05-18 15:24:34 +02:00
parent b9941aa4eb
commit d1566c674e
2 changed files with 3 additions and 2 deletions

View File

@ -122,4 +122,5 @@ jobs:
- name: Publish documentation
uses: eskatos/gradle-command-action@v1
with:
arguments: -i --console=plain --no-build-cache docs:publishGhPages -Dorg.ajoberstar.grgit.auth.username=${{ secrets.GH_PAGES_PUSH_USER }} -Dorg.ajoberstar.grgit.auth.password=${{ secrets.GH_PAGES_PUSH_TOKEN }} -Dorg.ajoberstar.grgit.auth.force=hardcoded
# arguments: -i --console=plain --no-build-cache docs:publishGhPages -Dorg.ajoberstar.grgit.auth.username=${{ secrets.GH_PAGES_PUSH_USER }} -Dorg.ajoberstar.grgit.auth.password=${{ secrets.GH_PAGES_PUSH_TOKEN }} -Dorg.ajoberstar.grgit.auth.force=hardcoded
arguments: -i --console=plain --no-build-cache docs:assembleDocs

View File

@ -1,4 +1,4 @@
version=2.1.0-beta.3
version=2.1.0-beta.4
group=com.github.jruby-gradle
copyrightYear=2014-2023