Skip to content

Commit

Permalink
[#234] Test output data
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangmirs committed Oct 22, 2023
1 parent 0c33082 commit 5c6239b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
check-version:
name: Run linters
name: Check version
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
echo "version=$nextVersion" >> $GITHUB_OUTPUT
sed -i "s/\"version\": \".*\"/\"version\": \"$nextVersion\"/" ${{ env.VERSION_FILE }}
cat ${{ env.VERSION_FILE }}
- name: Create a new pull request
if: steps.compare_versions.outcome == 'failure'
Expand Down

0 comments on commit 5c6239b

Please sign in to comment.