Skip to content

Commit 15d461e

Browse files
committed
Prepare next release.
1 parent 72dbd81 commit 15d461e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Release
2+
run-name: Release ${{ inputs.releaseVersion }}
23

34
on:
45
workflow_dispatch:
@@ -33,7 +34,7 @@ jobs:
3334
servers: >-
3435
[{
3536
"id": "ossrh",
36-
"username": "${{ github.actor }}",
37+
"username": "${{ secrets.OSS_USER }}",
3738
"password": "${{ secrets.OSS_PASSWORD }}"
3839
}]
3940
- name: Configure git

0 commit comments

Comments
 (0)