mirror of https://github.com/ecmwf/eccodes.git
12 lines
166 B
YAML
12 lines
166 B
YAML
|
name: cd
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
tags:
|
||
|
- '**'
|
||
|
|
||
|
jobs:
|
||
|
deploy:
|
||
|
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
|
||
|
secrets: inherit
|