Skip to content

Commit

Permalink
Merge pull request #1903 from arunsathiya/master
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle authored Jul 1, 2024
2 parents d9363a3 + 1d6ddfc commit 6b47a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Set variables
id: vars
run: |
echo ::set-output name=currentVersion::"$(jq -r .version lerna.json)"
echo ::set-output name=lastMinor::"$((npm --silent info ern-core version || echo '0.0.0') | sed 's/[0-9]*\.\([0-9]*\).*/\1/')"
echo currentVersion="$(jq -r .version lerna.json)" >> $GITHUB_OUTPUT
echo lastMinor="$((npm --silent info ern-core version || echo '0.0.0') | sed 's/[0-9]*\.\([0-9]*\).*/\1/')" >> $GITHUB_OUTPUT
- run: yarn --frozen-lockfile
- name: Minor version
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
Expand Down

0 comments on commit 6b47a68

Please sign in to comment.