mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valera V.Harseko
20.56.2022 a89312530bb05b2dfe950b47ba8a8d1b6e3fee48
FIX release.yml does not appear to be a git repository
1 files modified
5 ■■■■■ changed files
.github/workflows/release.yml 5 ●●●●● patch | view | raw | blame | history
.github/workflows/release.yml
@@ -123,6 +123,7 @@
        with:
          repository: ${{ github.repository }}.wiki
          path: ${{ github.event.repository.name }}.wiki
          fetch-depth: 0
      - name: Publish docs in wiki
        continue-on-error: true
        shell: bash
@@ -135,6 +136,6 @@
           mv ../opendj-doc-generated-ref/target/docbkx ../${{ github.event.repository.name }}.wiki
           git add -A
           git commit -a -m "upload docs after release ${{ github.event.inputs.releaseVersion }}"
           git tag -f ${{ github.event.inputs.releaseVersion }}
           git push --quiet --force
           git tag -f ${{ github.event.inputs.releaseVersion }}
           git push --quiet --force ${{ github.event.inputs.releaseVersion }}
           git push --quiet --force origin ${{ github.event.inputs.releaseVersion }}