Skip to content

Commit

Permalink
mock
Browse files Browse the repository at this point in the history
Version: 0.1.0

# Changes
- Added new feature X
  • Loading branch information
WriteNaN authored Apr 3, 2024
1 parent 06cc25b commit 1b1e4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: extract_version_and_changes
run: |
VERSION_CHANGES=$(bash ./scripts/version.sh "${{ steps.pr_body.outputs.BODY }}")
echo "Extracted Version and Changes: $VERSION_CHANGES" # Debug message
echo "Extracted Version and Changes: $VERSION_CHANGES" # Debug
echo "VERSION_CHANGES=$VERSION_CHANGES" >> $GITHUB_ENV
- name: Setup Cesium
Expand Down

0 comments on commit 1b1e4b6

Please sign in to comment.