Skip to content

Commit

Permalink
feat: release inputs added to dispatcher (#3756)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed May 16, 2023
1 parent 37e908a commit da35454
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 64 deletions.
14 changes: 0 additions & 14 deletions .github/update_own_version.sh

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/continuous-publish-new-version.yaml

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/release.yaml
Expand Up @@ -51,5 +51,11 @@ jobs:
owner: 'ivarconr',
repo: 'unleash-enterprise',
workflow_id: 'continuous_version_sync.yaml',
ref: 'master'
ref: 'master',
inputs: {
repository: "${{ github.repository }}",
commit: "${{ github.event.head_commit.id }}",
actor: "${{ github.event.head_commit.committer.username }}",
message: ${{ toJSON(github.event.head_commit.message) }},
}
})

0 comments on commit da35454

Please sign in to comment.