Skip to content

Commit

Permalink
issue #591: see logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gullerya committed Jan 19, 2021
1 parent dc129c3 commit 88d8515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: yarn install

- name: Obtain release version - test
run: echo "RELEASE_VERSION = $(node ./scripts/suggest-bump.mjs)" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=$(node ./scripts/suggest-bump.mjs)" >> $GITHUB_ENV

- name: Print release version - test
run: echo "${{ env.RELEASE_VERSION }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# Update to a new version
- name: Obtain release version
run: echo "RELEASE_VERSION=$(echo ${ node ./scripts/suggest-bump.mjs })" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=$(node ./scripts/suggest-bump.mjs)" >> $GITHUB_ENV

- name: Bump version to ${{ env.RELEASE_VERSION }}
run: |
Expand Down

0 comments on commit 88d8515

Please sign in to comment.