Skip to content

Commit bbe3357

Browse files
authored
Add 💅
1 parent 233a052 commit bbe3357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/guides/publishing-java-packages-with-gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ publishing {
7575
```
7676
{% endraw %}
7777

78-
With this configuration, you can create a workflow that publishes your package to the Maven Central Repository by running the `gradle publish` command. In the deploy step, you’ll also need to set environment variables for the username and password or token that you use to authenticate to the Maven repository. For more information, see "[Creating and using encrypted secrets](/github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)."
78+
With this configuration, you can create a workflow that publishes your package to the Maven Central Repository by running the `gradle publish` command. In the deploy step, you’ll need to set environment variables for the username and password or token that you use to authenticate to the Maven repository. For more information, see "[Creating and using encrypted secrets](/github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)."
7979

8080
```yaml{:copy}
8181
{% data reusables.actions.actions-not-certified-by-github-comment %}

0 commit comments

Comments
 (0)