Skip to content

Commit 71a7413

Browse files
soyukavinceAmstoutz
authored andcommitted
ci: rename distribution workflow
1 parent 8169054 commit 71a7413

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/api_platform.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
name: CI
1+
name: Distribution update
22

33
on:
44
push:
55
tags:
66
- v*
77

8+
env:
9+
GH_TOKEN: ${{ github.token }}
10+
811
concurrency:
912
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1013
cancel-in-progress: true

0 commit comments

Comments
 (0)