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 bd0f560 commit 66cff39
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/createRelease.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 }}
asset-name: "${{ github.event.repository.name }}-${{ github.event.inputs.version }}.zip"
secrets: inherit

0 comments on commit 66cff39

Please sign in to comment.