Skip to content

Commit

Permalink
chore(release): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Jun 19, 2024
1 parent ded5bdf commit 150be64
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/createRelease.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release

run-name: ${{ github.event.inputs.version }} Release

on:
workflow_dispatch:
inputs:
version:
description: 'The version of the release. Used as tag name.'
required: true
default: 'x.y.z'

jobs:
release:
uses: bonitasoft/github-workflows/.github/workflows/_reusable_release_connector.yml@main
with:
release-version: ${{ github.event.inputs.version }}
secrets: inherit

0 comments on commit 150be64

Please sign in to comment.