Skip to content

Commit

Permalink
✏️ feat!: Improve Meteor's version parsing.
Browse files Browse the repository at this point in the history
BREAKING: Might break someone's workflow.
  • Loading branch information
make-github-pseudonymous-again committed Apr 18, 2024
1 parent 0583645 commit a6b36ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
shell: bash

- name: Set env.METEOR_LOCAL_RELEASE 📻
run: echo "METEOR_LOCAL_RELEASE=$(cat .meteor/release | cut -d@ -f2)" >> $GITHUB_ENV
run: echo "METEOR_LOCAL_RELEASE=$(sed -n 's/^METEOR@\([0-9][0-9]*.*\)$/\1/p' .meteor/release)" >> $GITHUB_ENV
shell: bash

- name: Set env.METEOR_EXECUTABLE_VERSION 📺
Expand Down

0 comments on commit a6b36ee

Please sign in to comment.