Skip to content

Commit 024390e

Browse files
committed
hacking on the release actions 1/?
1 parent 2d8db7b commit 024390e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish-release-from-tag.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
required: true
1414
type: string
1515

16+
permissions:
17+
contents: write
18+
1619
jobs:
1720
validate-and-publish:
1821
name: Validate Tag and Publish Release
@@ -131,5 +134,8 @@ jobs:
131134
if [[ -n "${{ steps.find-artifacts.outputs.javadoc-jar }}" && -f "${{ steps.find-artifacts.outputs.javadoc-jar }}" ]]; then
132135
gh release upload "$TAG" "${{ steps.find-artifacts.outputs.javadoc-jar }}"
133136
fi
137+
- name: Publish to Sonatype
138+
run: |
139+
echo "TODO!"
134140
env:
135141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)