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 180b081 commit 0552782Copy full SHA for 0552782
.github/workflows/publish.yml
@@ -32,13 +32,12 @@ jobs:
32
run: |
33
TAG=${GITHUB_REF#refs/tags/}
34
jq --arg version "$TAG" '.version = $version' package.json > tmp.$$.json && mv tmp.$$.json package.json
35
+ - name: Compile typescript
36
+ run: yarn build
37
- uses: JS-DevTools/npm-publish@v3
38
with:
39
token: ${{ secrets.NPM_TOKEN }}
40
- - name: Compile typescript
- run: yarn build
41
-
42
- name: Create a Release
43
uses: elgohr/Github-Release-Action@v5
44
env:
0 commit comments