Skip to content

Commit

Permalink
Update ci-publish.yaml (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu authored Jan 18, 2024
1 parent 3380fd4 commit 18d9405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timestamp:
runs-on: ubuntu-latest
# Trigger the workflow only if the PR is from dev branch
if: github.event.pull_request.head.repo.full_name == 'dev2'
# if: github.event.pull_request.head.repo.full_name == 'dev2'
steps:
- name: Generate timestamp
run: |
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:
run: |
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 18d9405

Please sign in to comment.