Skip to content

Commit 0163c5e

Browse files
authored
Merge pull request #17 from UnSetSoft/dev
ci: update latest-build.yml
2 parents 77a121a + f5f0e27 commit 0163c5e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/latest-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
with:
3131
node-version: "${{ env.NODE }}"
3232

33-
- name: Building JavaScript
34-
33+
- name: Building JavaScrip
3534
run: |
3635
npm i
3736
npm ci
@@ -61,6 +60,4 @@ jobs:
6160
with:
6261
draft: false
6362
generate_release_notes: true
64-
tag_name: v${{ steps.package-version.outputs.current-version}}
65-
66-
- name: Publish changes
63+
tag_name: v${{ steps.package-version.outputs.current-version}}

0 commit comments

Comments
 (0)