Skip to content

Commit

Permalink
ci: print current version
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
  • Loading branch information
drptbl committed Aug 25, 2021
1 parent faa2370 commit ef0c5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
run: |
git reset --hard
echo ${{ steps.extract-version.outputs.current-version }}
if echo ${{ steps.extract-version.outputs.current-version }} | grep -q "beta"; then
npm run release -- --ci --preRelease
else
Expand Down

0 comments on commit ef0c5bb

Please sign in to comment.