Skip to content

Commit afd481c

Browse files
committed
Fix milestone release workflow
1 parent 45319f9 commit afd481c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-milestone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Build and Publish
1818
id: build-and-publish
19-
uses: ./.github/actions/build
19+
uses: ./.github/actions/build-and-publish
2020
with:
2121
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
2222
publish: true

0 commit comments

Comments
 (0)