Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyosan authored Sep 25, 2023
1 parent d28e8c8 commit 231df1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ on:
type: string
required: true
deploy:
description: 'Whether deployment workflow should be called on successful release'
description: 'Run deployment workflow'
type: boolean
default: true

jobs:
release-docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Show content"
run: ls
- name: "Git status"
Expand Down

0 comments on commit 231df1b

Please sign in to comment.