Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyosan authored Sep 25, 2023
1 parent 31666ec commit ab47a6c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

name: "Create release"

on:
workflow_dispatch:
inputs:
version:
description: 'Version to be released'
type: string
required: true
deploy:
description: 'Whether deployment workflow should be called on successful release'
type: boolean
default: true

jobs:
release-docker-image:
runs-on: ubuntu-latest
steps:
- name: "Toto"
run: echo toto

0 comments on commit ab47a6c

Please sign in to comment.