Skip to content

Commit

Permalink
Update cy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zdmano committed Sep 29, 2021
1 parent 1061cc6 commit 705e86b
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/cy.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,17 @@
name: Release

on:
push:
tags:
- 'v1.*.*-S'
on:
release:
types: ["prereleased"]

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Create release
uses: extenda/actions/conventional-release@master
id: semver
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jira-release:
runs-on: ubuntu-latest
needs: release
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: extenda/actions/conventional-version@master
id: semver
with:
Expand All @@ -42,6 +29,7 @@ jobs:
- name: Update JIRA release notes
uses: extenda/actions/jira-releasenotes@master
with:
jira-host: '${{ secrets.JIRA_URL }}'
jira-host: '${{ secrets.JIRA_URL }}'
jira-project: TP

Expand Down

0 comments on commit 705e86b

Please sign in to comment.