Skip to content

Commit 197e654

Browse files
committed
chore(ci): update publish workflow to use publishAllPublicationsToStagingRepository and remove redundant file listing step
1 parent 97e27c8 commit 197e654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
echo "is_tag=false" >> "$GITHUB_OUTPUT"
5454
fi
5555
- run: |
56+
./gradlew publishAllPublicationsToStagingRepository
5657
export STAGING=$(printf "%s" $(./gradlew stagingPath --quiet))
57-
find build -name '*.toml'
5858
gh release create ${{ github.event.workflow_run.head_sha }} --generate-notes $STAGING/* --verify-tag
5959
if: ${{ steps.detect-tag.outputs.is_tag == 'true' }}
6060
env:

0 commit comments

Comments
 (0)