Skip to content

Commit c850e28

Browse files
Merge pull request #79 from JarvusInnovations/develop
Release: v0.21.1
2 parents 95e82e8 + d73d954 commit c850e28

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-npm.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212

1313
- uses: actions/checkout@v2
1414

15+
- uses: actions/setup-node@v1
16+
with:
17+
node-version: '14.x'
18+
registry-url: 'https://registry.npmjs.org'
19+
1520
- name: Place tag in environment
1621
run: |
1722
echo "SOURCE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
1823
1924
- name: Setting package.json version
20-
run: npm version --no-git-tag-version "${SOURCE_TAG#v}"
21-
22-
- uses: actions/setup-node@v1
23-
with:
24-
node-version: '14.x'
25-
registry-url: 'https://registry.npmjs.org'
25+
run: cd backend && npm version --no-git-tag-version "${SOURCE_TAG#v}"
2626

2727
- run: cd backend && npm install
2828

0 commit comments

Comments
 (0)