Skip to content

Commit

Permalink
Extract new version after updating module
Browse files Browse the repository at this point in the history
Do it before and it hasn't updated the version!
  • Loading branch information
briandfoy committed Mar 22, 2023
1 parent 8e3c3e9 commit 3393ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_range_message.yml
Expand Up @@ -43,8 +43,8 @@ jobs:
if: ${{ env.RANGE_MESSAGES_SAME == 0 }}
run: |
mv lib/Business/ISBN/RangeMessage.xml.new lib/Business/ISBN/RangeMessage.xml
perl -0777 -ne 'm/^our \x24VERSION\s+=\s+\x27(.+?)\x27/m and print qq(NEW_VERSION=$1)' lib/Business/ISBN/Data.pm >> $GITHUB_ENV
perl -Ilib examples/make_default_data.pl
perl -0777 -ne 'm/^our \x24VERSION\s+=\s+\x27(.+?)\x27/m and print qq(NEW_VERSION=$1)' lib/Business/ISBN/Data.pm >> $GITHUB_ENV
perl Makefile.PL
make test
- name: Commit RangeMessage.xml
Expand Down

0 comments on commit 3393ddc

Please sign in to comment.