We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45319f9 commit afd481cCopy full SHA for afd481c
.github/workflows/release-milestone.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
- name: Build and Publish
18
id: build-and-publish
19
- uses: ./.github/actions/build
+ uses: ./.github/actions/build-and-publish
20
with:
21
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
22
publish: true
0 commit comments