Skip to content

Commit 21f49bc

Browse files
SamirM-BEmatemoln
authored andcommitted
BUILD-8083 Fix missing script file for javadoc
1 parent 11402f3 commit 21f49bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/javadoc-publication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: List artifacts
9393
run: ls ${{ steps.local_repo.outputs.dir }}
9494
- name: Extract javadoc.jar
95-
run: ./scripts/extract-javadoc.sh "${{ steps.local_repo.outputs.dir }}" "${{ inputs.version || github.event.release.tag_name }}"
95+
run: $GITHUB_ACTION_PATH/scripts/extract-javadoc.sh "${{ steps.local_repo.outputs.dir }}" "${{ inputs.version || github.event.release.tag_name }}"
9696
- name: List javadoc files
9797
run: ls "${{ steps.local_repo.outputs.dir }}/javadoc/${{ inputs.version || github.event.release.tag_name }}"
9898
- name: Publish javadoc files to S3

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
repository: SonarSource/gh-action_release
138138
# This property is changed during the release process to reference the correct tag
139139
# During development change this to your branch name to run it in another repository
140-
ref: ${{ github.ref }}
140+
ref: fix/smarini/BUILD-8083-fixJavaDoc
141141
path: gh-action_release
142142
# Clone the calling repo for checking releasability prerequisites
143143
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)