Skip to content

Commit

Permalink
fix: new format
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetiss committed Dec 7, 2019
1 parent ccd2fd7 commit ce632ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/manual-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
- run: |
git config --global user.email "[email protected]"
git config --global user.name "Dmitry Ivaknenko"
npm run release:prepare -- --yes --no-browse
LAST_STATUS=${?}
- run: npm run release:prepare -- --yes --no-browse
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- uses: actions/github@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: comment "@$GITHUB_ACTOR `shipjs prepare` done with code __$LAST_STATUS__"
args: comment "@${{ github.actor }} `shipjs prepare` done with code __$LAST_STATUS__"

0 comments on commit ce632ba

Please sign in to comment.