Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro committed May 23, 2024
1 parent 2db3154 commit 7d7d5a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- name: Get changelog version
id: changelog_version
run: |
echo $GITHUB_REF
if [[ "$GITHUB_REF" == "refs/tags/*" ]]; then
echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
else
Expand All @@ -92,6 +93,11 @@ jobs:
validation_level: error
version: ${{ steps.changelog_version.outputs.version }}
path: ./CHANGELOG.md
- name: Debug actions
env:
version: ${{ steps.changelog.outputs.changes }}
run: |
echo "<<<<< ACTIONS VERSION ${version}"
deploy:
name: Deploy package
Expand Down

0 comments on commit 7d7d5a6

Please sign in to comment.