Skip to content

Commit 84e59ed

Browse files
author
Виталий Комаров
committed
update workflows names
1 parent 58f9052 commit 84e59ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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://docs.github.com/ru/actions/quickstart
33

4-
name: Publish to NPM
4+
name: Publish with @next
55

66
on:
77
release:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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://docs.github.com/ru/actions/quickstart
33

4-
name: Publish to NPM
4+
name: Publish
55

66
on:
77
release:

0 commit comments

Comments
 (0)