Skip to content

Commit

Permalink
chore(release): publish 3.0.17 [auto review] (NervJS#8060)
Browse files Browse the repository at this point in the history
* chore(release): publish 3.0.17

* fix: auto-review ci
  • Loading branch information
ZakaryCode authored and shinken008 committed Jan 19, 2021
1 parent dafeeae commit 36976a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: echo "$GITHUB_CONTEXT"
- name: Get commit message
run: |
echo ::set-env name=commitmsg::$(git log --format=%B -n 1 ${{ github.event.after }})
echo "name=commitmsg::$(git log --format=%B -n 1 ${{ github.event.after }})" >> $GITHUB_ENV
- name: Show commit message
run : echo $commitmsg
- name: Auto reviews branches
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo "$GITHUB_CONTEXT"
- name: Get commit message
run: |
echo ::set-env name=commitmsg::$(git log --format=%B -n 1 ${{ github.event.after }})
echo "name=commitmsg::$(git log --format=%B -n 1 ${{ github.event.after }})" >> $GITHUB_ENV
- name: Show commit message
run : echo $commitmsg
- name: Setup Node ${{ matrix.node_version }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
shell: bash -ex {0}
run: |
CURRENT_VERSION=$(node -p 'require("./lerna.json").version')
echo "::set-env name=CURRENT_VERSION::${CURRENT_VERSION}"
echo "name=CURRENT_VERSION::${CURRENT_VERSION}" >> $GITHUB_ENV
- name: Tag Check
if: startsWith( env.commitmsg , 'chore(release):' )
id: tag_check
Expand Down

0 comments on commit 36976a9

Please sign in to comment.