Skip to content

Commit cca185e

Browse files
committed
Fix the name of the deploy/release task.
1 parent cea30f8 commit cca185e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml renamed to .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# GPG_KEY64 (base64)
99
# gpg --export-secret-keys --armor KEY_ID | openssl base64 | pbcopy
1010

11-
name: deploy
11+
name: release
1212
on:
1313
workflow_dispatch:
1414
inputs:

0 commit comments

Comments
 (0)