@bigbinary/neeto-icons 1.8.9 → 1.8.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,13 @@
1
- name: Publish npm package
1
+ name: "Publish npm package"
2
2
  on:
3
3
  push:
4
4
  branches:
5
5
  - master
6
6
  jobs:
7
7
  publish:
8
+ name: "Publish"
8
9
  runs-on: macos-latest
10
+ if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')"
9
11
  steps:
10
12
  - uses: actions/checkout@v2
11
13
  - uses: actions/setup-node@v2
@@ -14,8 +16,6 @@ jobs:
14
16
  - name: 'Automated Version Bump'
15
17
  id: version-bump
16
18
  uses: 'phips28/gh-action-bump-version@master'
17
- with:
18
- tag-prefix: 'v'
19
19
  env:
20
20
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
21
  - run: yarn install
@@ -23,7 +23,4 @@ jobs:
23
23
  uses: JS-DevTools/npm-publish@v1
24
24
  id: publish
25
25
  with:
26
- token: ${{ secrets.NPM_TOKEN }}
27
- - if: steps.publish.outputs.type != 'none'
28
- run: |
29
- echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
26
+ token: ${{ secrets.NPM_TOKEN }}