fix: rename job to sync-github-and-dist-ipfs-tech (#9215)
Adin Schmahmann committed
Aug 22, 2022 at 22:07 UTC
199fa47e51149fa24ff2b38a198ed3c72951725b
1 file changed
+1
-1
.github/workflows/sync-release-assets.yml
+1
-1
@@ -10,7 +10,7 @@ concurrency:
10
cancel-in-progress: true
11
12
jobs:
13
- sync-github-and-dist.ipfs.tech:
13
+ sync-github-and-dist-ipfs-tech:
14
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
15
runs-on: "ubuntu-latest"
16
steps: