Skip to content

Commit

Permalink
Updated the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed May 23, 2021
1 parent 3798c5a commit ba93000
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ jobs:
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
- name: Run semver-diff
id: semver-diff
uses: ./
- name: Show release type
run: |
echo "Release type: ${{ steps.semver-diff.outputs.release_type }}"

0 comments on commit ba93000

Please sign in to comment.