Skip to content

Commit fbb62a5

Browse files
committed
chore: Switched npm-publish action to workflow_dispatch
1 parent 7a01bbc commit fbb62a5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/lint-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Lint and build draggable-vue3
4+
name: Lint and build vue-draggable-list
55

66
on: [ push, pull_request, workflow_dispatch ]
77

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33

4-
name: Publish draggable-vue3
4+
name: Publish vue-draggable-list
55

66
on:
7-
release:
8-
types: [created]
7+
workflow_dispatch:
98

109
jobs:
1110
publish-npm:

0 commit comments

Comments
 (0)