Skip to content

Commit

Permalink
Update publish yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Jan 10, 2024
1 parent fdb45d4 commit 6e6920e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish React Package to npmjs
name: Run lint in vue and react

on:
push:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Publish Package to npmjs
name: Publish package to npmjs

on:
push:

jobs:
publish:
runs-on: ubuntu-latest
steps:
- run: echo "Publish package to npmjs"

vue-publish:
runs-on: ubuntu-latest
needs: vue-lint
Expand Down

0 comments on commit 6e6920e

Please sign in to comment.