Skip to content

Commit 417dcbf

Browse files
committed
use GITHUB_RUN_ID as release name
1 parent 916f4d1 commit 417dcbf

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: github-action-${{ env.GITHUB_RUN_ID }}
21+
release: ${{ env.GITHUB_RUN_ID }}
2222
path: './build'

0 commit comments

Comments
 (0)