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 60a7412 commit 12ebd2e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ jobs:

- uses: extenda/actions/conventional-version@master
id: semver
with:
version-suffix: -SNAPSHOT

- name: Print outputs from semver
run: |
echo ${{ steps.semver.outputs.version }}
echo ${{ steps.semver.outputs.branch-name }}
echo ${{ steps.semver.outputs.branch-name-friendly }}
echo ${{ steps.semver.outputs.is-prerelease }}
echo ${{ steps.semver.outputs.short-sha }}
echo ${{ steps.semver.outputs.composed-version-string }}
- name: Update JIRA release notes
uses: extenda/actions/jira-releasenotes@master
Expand Down

0 comments on commit 12ebd2e

Please sign in to comment.