Skip to content

Commit

Permalink
fix(ci): publish workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Sep 18, 2021
1 parent ba466c7 commit a4603eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
npm run publish:release-candidate
# Fetch release commit message
echo "RELEASE_MESSAGE=$(git log -1 --pretty=%B)"
RELEASE_MESSAGE=$(git log -1 --pretty=%B)
echo $RELEASE_MESSAGE
echo "RELEASE_MESSAGE=$RELEASE_MESSAGE" >> $GITHUB_ENV
-
name: Update and push code to `develop`
Expand Down

0 comments on commit a4603eb

Please sign in to comment.