Commit 587dfbc 1 parent 91db060 commit 587dfbc Copy full SHA for 587dfbc
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 22
22
# diff the commits rather than commit message for version changes
23
23
diff-search : true
24
24
25
- - name : Version update detected
26
- if : steps.version_check.outputs.changed == 'true'
27
- run : ' echo "Version change found! New version: ${{ steps.version_check.outputs.version }} (${{ steps.version_check.outputs.type }})"'
28
-
29
25
- name : Setup .npmrc file for NPM registry
30
- if : steps.version_check.outputs.changed == 'true'
31
26
uses : actions/setup-node@v3
32
27
with :
33
28
node-version : 16.x
44
39
cmd : build
45
40
46
41
- name : Publish package to NPM
47
- if : steps.version_check.outputs.changed == 'true'
48
42
run : |
49
43
git fetch --tags
50
44
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
You can’t perform that action at this time.
0 commit comments