Skip to content

Commit

Permalink
Merge branch '4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed May 18, 2023
2 parents 845d7ee + 8ebde1e commit 407e13c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 46 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Call Automatic Changelog Generator for tag Workflow

on:
push:
tags:
- 'v*'
- '!v*-alpha*'

jobs:
create_release_for_tag:
uses: ibexa/gh-workflows/.github/workflows/release_bundle.yml@main
secrets:
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}
46 changes: 0 additions & 46 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 407e13c

Please sign in to comment.