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.
2 parents 77a121a + f5f0e27 commit 0163c5eCopy full SHA for 0163c5e
1 file changed
.github/workflows/latest-build.yml
@@ -30,8 +30,7 @@ jobs:
30
with:
31
node-version: "${{ env.NODE }}"
32
33
- - name: Building JavaScript
34
-
+ - name: Building JavaScrip
35
run: |
36
npm i
37
npm ci
@@ -61,6 +60,4 @@ jobs:
61
60
62
draft: false
63
generate_release_notes: true
64
- tag_name: v${{ steps.package-version.outputs.current-version}}
65
66
- - name: Publish changes
+ tag_name: v${{ steps.package-version.outputs.current-version}}
0 commit comments