Skip to content

Commit

Permalink
feat(ci): release to prod iii (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Aug 2, 2024
1 parent 83292d4 commit a3fdb12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: PROD
on:
release:
types: [published]
workflow_call:
inputs:
tag:
description: 'The tag set to deploy; e.g. prod or PR number'
required: true
workflow_dispatch:
inputs:
tag:
description: 'The tag set to deploy; e.g. prod or PR number'
required: true

concurrency:
# Do not interrupt previous workflows
Expand Down

0 comments on commit a3fdb12

Please sign in to comment.