We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d18f0 commit b860160Copy full SHA for b860160
.github/workflows/npm-publish.yml
@@ -10,6 +10,9 @@ on:
10
jobs:
11
publish-npm:
12
runs-on: ubuntu-latest
13
+ defaults:
14
+ run:
15
+ working-directory: ./chimera-css
16
steps:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-node@v3
@@ -24,7 +27,6 @@ jobs:
24
27
git config --global user.name "J0hans1"
25
28
- name: Set package version
26
29
run: npm version ${{ github.event.release.tag_name }}
- working-directory: ./chimera-css
30
- name: Publish package
31
run: npm publish
32
env:
package.json
@@ -0,0 +1 @@
1
+
0 commit comments