Skip to content

Commit

Permalink
IBX-5569: Switched to reusable generator workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna committed May 10, 2023
1 parent 9529cf5 commit 9290fd1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 45 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 }}
45 changes: 0 additions & 45 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 9290fd1

Please sign in to comment.