Skip to content

Commit 77d6c66

Browse files
committed
chore: Rename workflow and job
1 parent 195de11 commit 77d6c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: publish
1+
name: Publish package
22

33
on:
44
push:
55
branches: [main]
66

77
jobs:
8-
install-and-publish:
8+
publish:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)