Skip to content

Commit 9fa32ad

Browse files
committed
use github.ref_name as release
1 parent 417dcbf commit 9fa32ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
private-key: ${{ secrets.PRIVATE_KEY }}
1919
account: nasdf
2020
project: example-create-react-app
21-
release: ${{ env.GITHUB_RUN_ID }}
21+
release: ${{ github.ref_name }}
2222
path: './build'

0 commit comments

Comments
 (0)