Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
barankyle committed Jun 28, 2021
1 parent 2126d65 commit 308a32b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
# - run: npm i
- run: git config user.name xrengine-ci
- run: git config user.email ci-bot@xrengine.io
- run: echo 'tag_name:' ${{ github.event.release.tag_name }}
- run: echo "tag_name:" ${{ github.event }}
- run: echo lerna_version=$(node -p 'require("./lerna.json").version') >> $GITHUB_ENV
- run: echo "branch:" git branch
- run: npm run version-increment-no-tag
if: ${{ github.event.release.tag_name != env.lerna_version }}
env:
Expand Down

0 comments on commit 308a32b

Please sign in to comment.