Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyianKing authored Nov 6, 2024
1 parent 9895c0b commit dbabb74
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: npm publish

on:
push:
tags:
- "v*"
# push:
# tags:
# - "v*"
watch:
types: started

jobs:
publish:
if: github.event.repository.owner.id == github.event.sender.id
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down

0 comments on commit dbabb74

Please sign in to comment.