Skip to content

Commit

Permalink
Merge pull request #122 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: hologit v0.35.4
  • Loading branch information
themightychris authored Jan 16, 2021
2 parents 7413d3b + 4666c05 commit 273e523
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2

- name: Place tag in environment
run: |
echo "SOURCE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
echo "REPO_NAME=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV
- name: Setting package.json version
run: npm version --no-git-tag-version "${SOURCE_TAG#v}"

- uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 273e523

Please sign in to comment.