Skip to content

Commit

Permalink
fix(shipjs): update shipjs workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Apr 13, 2023
1 parent de33f94 commit 5e8d674
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Ship js trigger
name: 'Ship js trigger'

on:
pull_request:
types:
- closed

jobs:
build:
name: Release
Expand All @@ -15,6 +17,11 @@ jobs:
fetch-depth: 0
ref: main

- name: Setup GitHub Actor
run: |
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
- name: Setup node environment 📦
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 5e8d674

Please sign in to comment.