.github/workflows/publish.yaml
changeset 71 92cbb2785189
parent 70 252e1a0104e4
child 76 f71bc296e23d
equal deleted inserted replaced
70:252e1a0104e4 71:92cbb2785189
     1 # .github/workflows/publish.yml
     1 # .github/workflows/publish.yml
     2 
     2 
     3 name: Publish
     3 name: Publish
     4 on:
     4 on:
       
     5   workflow_dispatch:
     5   release:
     6   release:
     6     types: [released, prereleased]
     7     types: [released, prereleased]
     7 jobs:
     8 jobs:
     8   publish:
     9   publish:
     9     name: Release build and publish
    10     name: Release build and publish