We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908e591 commit 2e7b16bCopy full SHA for 2e7b16b
.github/workflows/cd.yml
@@ -0,0 +1,11 @@
1
+name: cd
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - '**'
7
8
+jobs:
9
+ deploy:
10
+ uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
11
+ secrets: inherit
0 commit comments