@kubex/zinc 1.0.0 → 1.0.1

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.
@@ -34,6 +34,8 @@ jobs:
34
34
  deploy:
35
35
  needs: [ build ]
36
36
  runs-on: ubuntu-latest
37
+ permissions:
38
+ contents: write
37
39
  steps:
38
40
  - name: Checkout code
39
41
  uses: actions/checkout@v4
@@ -55,6 +57,7 @@ jobs:
55
57
  uses: actions/download-artifact@v4
56
58
  with:
57
59
  name: app-build
60
+ path: ${{github.workspace}}/dist
58
61
 
59
62
  - run: npm publish --access public
60
63
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubex/zinc",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
5
5
  "keywords": [
6
6
  "web components",