villa-design-tokens 1.0.5 → 1.0.9

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.
@@ -12,7 +12,7 @@ jobs:
12
12
 
13
13
  steps:
14
14
  - name: 'Checkout source code'
15
- uses: 'actions/checkout@v2'
15
+ uses: 'actions/checkout@v4'
16
16
  with:
17
17
  ref: ${{ github.ref }}
18
18
  - name: 'cat package.json'
@@ -29,4 +29,13 @@ jobs:
29
29
  - name: 'Output Step'
30
30
  env:
31
31
  NEW_TAG: ${{ steps.version-bump.outputs.newTag }}
32
- run: echo "new tag $NEW_TAG"
32
+ run: echo "new tag $NEW_TAG"
33
+ # Setup .npmrc file to publish to npm
34
+ - uses: actions/setup-node@v3
35
+ with:
36
+ node-version: '20.x'
37
+ registry-url: 'https://registry.npmjs.org'
38
+ - run: npm ci
39
+ - run: npm publish
40
+ env:
41
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "villa-design-tokens",
3
3
  "description": "Design Tokens published by Design Token Studio with VPRO's Figma Design System",
4
4
  "author": "VPRO",
5
- "version": "1.0.5",
5
+ "version": "1.0.9",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"